make app to turn on new zombie exec instead of always doing it

This commit is contained in:
Anthony Minessale
2011-09-13 17:12:37 -05:00
parent 908c41031d
commit 3a2f818387
5 changed files with 44 additions and 5 deletions

View File

@@ -1167,6 +1167,7 @@ typedef enum {
CF_LAZY_ATTENDED_TRANSFER,
CF_SIGNAL_DATA,
CF_SIMPLIFY,
CF_ZOMBIE_EXEC,
/* 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