[core] add SCSC_SHUTDOWN_CAUSE

This commit is contained in:
Chris Rienzo
2020-05-06 11:46:57 -04:00
committed by Andrey Volk
parent 53807da088
commit d1d777df6c
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -305,6 +305,7 @@ struct switch_runtime {
uint32_t port_alloc_flags;
char *event_channel_key_separator;
uint32_t max_audio_channels;
switch_call_cause_t shutdown_cause;
};
extern struct switch_runtime runtime;
+2 -1
View File
@@ -2292,7 +2292,8 @@ typedef enum {
SCSC_SPS_PEAK_FIVEMIN,
SCSC_SESSIONS_PEAK,
SCSC_SESSIONS_PEAK_FIVEMIN,
SCSC_MDNS_RESOLVE
SCSC_MDNS_RESOLVE,
SCSC_SHUTDOWN_CAUSE
} switch_session_ctl_t;
typedef enum {