more timer changes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16098 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-12-30 20:55:04 +00:00
parent 648da02c1d
commit f97846f492
5 changed files with 165 additions and 57 deletions
+1 -7
View File
@@ -36,13 +36,7 @@
#include "switch_core.h"
#include "private/switch_core_pvt.h"
static struct {
switch_memory_pool_t *memory_pool;
switch_hash_t *session_table;
uint32_t session_count;
uint32_t session_limit;
switch_size_t session_id;
} session_manager;
struct switch_session_manager session_manager;
#ifdef SWITCH_DEBUG_RWLOCKS
SWITCH_DECLARE(switch_core_session_t *) switch_core_session_perform_locate(const char *uuid_str, const char *file, const char *func, int line)