提交 727ce93e authored 作者: Jeff Lenk's avatar Jeff Lenk

FS-6271 damn these would'nt show up at the same time

上级 5cae6b29
...@@ -302,7 +302,7 @@ SWITCH_DECLARE(switch_bool_t) switch_get_system_idle_time(switch_profile_timer_t ...@@ -302,7 +302,7 @@ SWITCH_DECLARE(switch_bool_t) switch_get_system_idle_time(switch_profile_timer_t
SWITCH_DECLARE(switch_profile_timer_t *)switch_new_profile_timer(void) SWITCH_DECLARE(switch_profile_timer_t *)switch_new_profile_timer(void)
{ {
int x; unsigned int x;
switch_profile_timer_t *p = calloc(1, sizeof(switch_profile_timer_t)); switch_profile_timer_t *p = calloc(1, sizeof(switch_profile_timer_t));
if ( runtime.cpu_idle_smoothing_depth && runtime.cpu_idle_smoothing_depth > 0 ) { if ( runtime.cpu_idle_smoothing_depth && runtime.cpu_idle_smoothing_depth > 0 ) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论