From: Anthony Minessale Date: Thu, 4 Oct 2007 21:15:08 +0000 (+0000) Subject: sigh X-Git-Tag: v1.0-beta2~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3711220ae550de6ca73baa537f009e66bbf7a883;p=thirdparty%2Ffreeswitch.git sigh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5803 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/softtimer.c b/src/softtimer.c index 2a162ce789..a493bd7b2a 100644 --- a/src/softtimer.c +++ b/src/softtimer.c @@ -39,7 +39,7 @@ #define MAX_TICK UINT32_MAX - 1024 -struct switch_runtime runtime; + static switch_memory_pool_t *module_pool = NULL; static struct { diff --git a/src/switch_log.c b/src/switch_log.c index aaa72e65c5..9fe04012c4 100644 --- a/src/switch_log.c +++ b/src/switch_log.c @@ -31,7 +31,7 @@ */ #include #include "private/switch_core_pvt.h" -struct switch_runtime runtime; + static const char *LEVELS[] = { "CONSOLE",