mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
add support for running core-db over odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15487 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -207,11 +207,14 @@ struct switch_runtime {
|
||||
switch_frame_t dummy_cng_frame;
|
||||
char dummy_data[5];
|
||||
switch_bool_t colorize_console;
|
||||
char *odbc_dsn;
|
||||
char *odbc_user;
|
||||
char *odbc_pass;
|
||||
};
|
||||
|
||||
extern struct switch_runtime runtime;
|
||||
|
||||
void switch_core_sqldb_start(switch_memory_pool_t *pool);
|
||||
switch_status_t switch_core_sqldb_start(switch_memory_pool_t *pool, switch_bool_t manage);
|
||||
void switch_core_sqldb_stop(void);
|
||||
void switch_core_session_init(switch_memory_pool_t *pool);
|
||||
void switch_core_session_uninit(void);
|
||||
|
||||
Reference in New Issue
Block a user