git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9355 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-08-22 19:00:56 +00:00
parent d5ffc98d43
commit 4dadffda00
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -206,7 +206,8 @@ typedef enum {
SCF_USE_SQL = (1 << 0),
SCF_NO_NEW_SESSIONS = (1 << 1),
SCF_SHUTTING_DOWN = (1 << 2),
SCF_CRASH_PROT = (1 << 3)
SCF_CRASH_PROT = (1 << 3),
SCF_VG = (1 << 4)
} switch_core_flag_enum_t;
typedef uint32_t switch_core_flag_t;