From: Anthony Minessale Date: Wed, 20 Feb 2008 20:26:07 +0000 (+0000) Subject: doh X-Git-Tag: v1.0-rc1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1375c3f78c32437a28b5f00a44611d7d56a714c1;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7712 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_time.c b/src/switch_time.c index e24f83b68d..2774f7d0a7 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -56,7 +56,7 @@ static struct { SWITCH_MODULE_LOAD_FUNCTION(softtimer_load); SWITCH_MODULE_SHUTDOWN_FUNCTION(softtimer_shutdown); SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime); -SWITCH_MODULE_DEFINITION(softtimer, softtimer_load, softtimer_shutdown, softtimer_runtime); +SWITCH_MODULE_DEFINITION(CORE_SOFTTIMER_MODULE, softtimer_load, softtimer_shutdown, softtimer_runtime); #define MAX_ELEMENTS 360 #define IDLE_SPEED 100