mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user