git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5803 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-10-04 21:15:08 +00:00
parent 4468d35e2b
commit 3711220ae5
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#define MAX_TICK UINT32_MAX - 1024 #define MAX_TICK UINT32_MAX - 1024
struct switch_runtime runtime;
static switch_memory_pool_t *module_pool = NULL; static switch_memory_pool_t *module_pool = NULL;
static struct { static struct {

View File

@ -31,7 +31,7 @@
*/ */
#include <switch.h> #include <switch.h>
#include "private/switch_core_pvt.h" #include "private/switch_core_pvt.h"
struct switch_runtime runtime;
static const char *LEVELS[] = { static const char *LEVELS[] = {
"CONSOLE", "CONSOLE",