marry mod_threadsoft with mod_softtimer

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2714 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-09-16 20:21:17 +00:00
parent 88a9179a25
commit ce27450e24
1 changed files with 1 additions and 1 deletions

View 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,