提交 b4bd3081 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4290 --resolve

上级 2983003f
...@@ -941,7 +941,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime) ...@@ -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 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论