FS-9543 #resolve [Add pre-exec state change hooks to core]

This commit is contained in:
Anthony Minessale
2016-09-19 16:35:16 -05:00
parent c591a212e8
commit 6a064a953c
2 changed files with 47 additions and 5 deletions
+2 -1
View File
@@ -2149,7 +2149,8 @@ typedef enum {
} switch_session_ctl_t;
typedef enum {
SSH_FLAG_STICKY = (1 << 0)
SSH_FLAG_STICKY = (1 << 0),
SSH_FLAG_PRE_EXEC = (1 << 1)
} switch_state_handler_flag_t;
#ifdef WIN32