add <param name="core-odbc-required" value="true"/> to require connection to core db over odbc for startup

This commit is contained in:
Anthony Minessale
2011-10-17 09:34:50 -05:00
parent 4bd305e57d
commit ead7a68276
3 changed files with 22 additions and 8 deletions

View File

@@ -309,7 +309,8 @@ typedef enum {
SCF_USE_NAT_MAPPING = (1 << 15),
SCF_CLEAR_SQL = (1 << 16),
SCF_THREADED_SYSTEM_EXEC = (1 << 17),
SCF_SYNC_CLOCK_REQUESTED = (1 << 18)
SCF_SYNC_CLOCK_REQUESTED = (1 << 18),
SCF_CORE_ODBC_REQ = (1 << 19)
} switch_core_flag_enum_t;
typedef uint32_t switch_core_flag_t;