mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
FS-4290 --resolve
This commit is contained in:
parent
2983003f95
commit
b4bd30816e
@ -941,7 +941,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
|
|||||||
|
|
||||||
runtime.timestamp = ts;
|
runtime.timestamp = ts;
|
||||||
current_ms += (runtime.microseconds_per_tick / 1000);
|
current_ms += (runtime.microseconds_per_tick / 1000);
|
||||||
tick += (runtime.microseconds_per_tick / 1000);
|
tick++;
|
||||||
|
|
||||||
if (time_sync < runtime.time_sync) {
|
if (time_sync < runtime.time_sync) {
|
||||||
time_sync++; /* Only step once for each loop, we want to make sure to keep this thread safe */
|
time_sync++; /* Only step once for each loop, we want to make sure to keep this thread safe */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user