mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fold the last round of sql manager changes back into the core and use it for the central db and simplify the algorithm
This commit is contained in:
@@ -256,8 +256,6 @@ struct switch_runtime {
|
||||
switch_profile_timer_t *profile_timer;
|
||||
double profile_time;
|
||||
double min_idle_time;
|
||||
int sql_buffer_len;
|
||||
int max_sql_buffer_len;
|
||||
switch_dbtype_t odbc_dbtype;
|
||||
char hostname[256];
|
||||
char *switchname;
|
||||
|
@@ -2205,8 +2205,9 @@ SWITCH_DECLARE(switch_status_t) switch_core_chat_send(const char *dest_proto, sw
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_chat_deliver(const char *dest_proto, switch_event_t **message_event);
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_preprocess_session(switch_core_session_t *session, const char *cmds);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_stop_thread(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_start_thread(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_pause(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_resume(void);
|
||||
|
||||
|
||||
///\}
|
||||
|
||||
|
Reference in New Issue
Block a user