From 3711220ae550de6ca73baa537f009e66bbf7a883 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 4 Oct 2007 21:15:08 +0000 Subject: [PATCH] sigh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5803 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/softtimer.c | 2 +- src/switch_log.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",