]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
marry mod_threadsoft with mod_softtimer
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 16 Sep 2006 20:21:17 +0000 (20:21 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 16 Sep 2006 20:21:17 +0000 (20:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2714 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/timers/mod_softtimer/mod_softtimer.c

index b5ac789e56c02a8a12f768c3bf0869fcaddd0f3e..39aa2ade01bd71662c5b6e176bd587e3c54c0b52 100644 (file)
@@ -145,7 +145,7 @@ static inline switch_status_t timer_destroy(switch_timer_t *timer)
 }
 
 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,