mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FSCORE-639 with some additional changes
This commit is contained in:
@@ -48,7 +48,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_timer_init(switch_timer_t *timer, co
|
||||
|
||||
timer->interval = interval;
|
||||
timer->samples = samples;
|
||||
timer->samplecount = 0;
|
||||
timer->samplecount = samples;
|
||||
timer->timer_interface = timer_interface;
|
||||
|
||||
if (pool) {
|
||||
|
Reference in New Issue
Block a user