[Freeswitch-svn] [commit] r2714 - freeswitch/trunk/src/mod/timers/mod_softtimer
Freeswitch SVN
anthm at freeswitch.org
Sat Sep 16 16:21:17 EDT 2006
Author: anthm
Date: Sat Sep 16 16:21:17 2006
New Revision: 2714
Modified:
freeswitch/trunk/src/mod/timers/mod_softtimer/mod_softtimer.c
Log:
marry mod_threadsoft with mod_softtimer
Modified: freeswitch/trunk/src/mod/timers/mod_softtimer/mod_softtimer.c
==============================================================================
--- freeswitch/trunk/src/mod/timers/mod_softtimer/mod_softtimer.c (original)
+++ freeswitch/trunk/src/mod/timers/mod_softtimer/mod_softtimer.c Sat Sep 16 16:21:17 2006
@@ -145,7 +145,7 @@
}
static const switch_timer_interface_t timer_interface = {
- /*.interface_name */ "thread_soft",
+ /*.interface_name */ "soft",
/*.timer_init */ timer_init,
/*.timer_next */ timer_next,
/*.timer_step */ timer_step,
More information about the Freeswitch-svn
mailing list