git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7712 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-02-20 20:26:07 +00:00
parent d96f9bac56
commit 1375c3f78c
1 changed files with 1 additions and 1 deletions

View File

@ -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