FS-11379: [freeswitch-core] Rare race condition in state machine #resolve

This commit is contained in:
Anthony Minessale
2018-09-05 17:10:26 -05:00
committed by Mike Jerris
parent b4a64d4817
commit 65524ea2c1
3 changed files with 16 additions and 17 deletions
+1
View File
@@ -1570,6 +1570,7 @@ typedef enum {
CF_PROCESSING_STREAM_CHANGE,
CF_STREAM_CHANGED,
CF_ARRANGED_BRIDGE,
CF_STATE_REPEAT,
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
/* IF YOU ADD NEW ONES CHECK IF THEY SHOULD PERSIST OR ZERO THEM IN switch_core_session.c switch_core_session_request_xml() */
CF_FLAG_MAX