[Freeswitch-svn] [commit] r5803 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 4 17:15:09 EDT 2007
Author: anthm
Date: Thu Oct 4 17:15:08 2007
New Revision: 5803
Modified:
freeswitch/trunk/src/softtimer.c
freeswitch/trunk/src/switch_log.c
Log:
sigh
Modified: freeswitch/trunk/src/softtimer.c
==============================================================================
--- freeswitch/trunk/src/softtimer.c (original)
+++ freeswitch/trunk/src/softtimer.c Thu Oct 4 17:15:08 2007
@@ -39,7 +39,7 @@
#define MAX_TICK UINT32_MAX - 1024
-struct switch_runtime runtime;
+
static switch_memory_pool_t *module_pool = NULL;
static struct {
Modified: freeswitch/trunk/src/switch_log.c
==============================================================================
--- freeswitch/trunk/src/switch_log.c (original)
+++ freeswitch/trunk/src/switch_log.c Thu Oct 4 17:15:08 2007
@@ -31,7 +31,7 @@
*/
#include <switch.h>
#include "private/switch_core_pvt.h"
-struct switch_runtime runtime;
+
static const char *LEVELS[] = {
"CONSOLE",
More information about the Freeswitch-svn
mailing list