mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
start one msg thread per cpu by default
This commit is contained in:
@@ -724,6 +724,11 @@ SWITCH_DECLARE(int32_t) set_realtime_priority(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(uint32_t) switch_core_cpu_count(void)
|
||||
{
|
||||
return runtime.cpu_count;
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(int32_t) set_normal_priority(void)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user