mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
FS-6271 damn these would'nt show up at the same time
This commit is contained in:
parent
5cae6b29fd
commit
727ce93e34
@ -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)
|
||||
{
|
||||
int x;
|
||||
unsigned int x;
|
||||
switch_profile_timer_t *p = calloc(1, sizeof(switch_profile_timer_t));
|
||||
|
||||
if ( runtime.cpu_idle_smoothing_depth && runtime.cpu_idle_smoothing_depth > 0 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user