mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +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:
parent
88a9179a25
commit
ce27450e24
@ -145,7 +145,7 @@ static inline switch_status_t timer_destroy(switch_timer_t *timer)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const switch_timer_interface_t timer_interface = {
|
static const switch_timer_interface_t timer_interface = {
|
||||||
/*.interface_name */ "thread_soft",
|
/*.interface_name */ "soft",
|
||||||
/*.timer_init */ timer_init,
|
/*.timer_init */ timer_init,
|
||||||
/*.timer_next */ timer_next,
|
/*.timer_next */ timer_next,
|
||||||
/*.timer_step */ timer_step,
|
/*.timer_step */ timer_step,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user