mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16062 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -74,8 +74,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "uuid.h"
|
||||
|
||||
/* #define DEBUG_ALLOC */
|
||||
#define DO_EVENTS
|
||||
|
||||
@@ -194,7 +192,6 @@ struct switch_runtime {
|
||||
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
||||
uint32_t flags;
|
||||
switch_time_t timestamp;
|
||||
switch_mutex_t *uuid_mutex;
|
||||
switch_mutex_t *throttle_mutex;
|
||||
switch_mutex_t *session_hash_mutex;
|
||||
switch_mutex_t *global_mutex;
|
||||
@@ -215,7 +212,6 @@ struct switch_runtime {
|
||||
char *odbc_user;
|
||||
char *odbc_pass;
|
||||
uint32_t debug_level;
|
||||
uuid_t *uuid;
|
||||
};
|
||||
|
||||
extern struct switch_runtime runtime;
|
||||
|
||||
@@ -2049,7 +2049,6 @@ SWITCH_DECLARE(switch_status_t) switch_cache_db_persistant_execute_trans(switch_
|
||||
SWITCH_DECLARE(void) switch_cache_db_detach(void);
|
||||
SWITCH_DECLARE(uint32_t) switch_core_debug_level(void);
|
||||
SWITCH_DECLARE(void) switch_cache_db_flush_handles(void);
|
||||
SWITCH_DECLARE(void) switch_core_uuid_get(switch_uuid_t *uuid);
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user