mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
fix thread priority code, this has never worked until today
This commit is contained in:
@@ -60,6 +60,7 @@ struct apr_thread_t {
|
||||
struct apr_threadattr_t {
|
||||
apr_pool_t *pool;
|
||||
pthread_attr_t attr;
|
||||
int priority;
|
||||
};
|
||||
|
||||
struct apr_threadkey_t {
|
||||
|
Reference in New Issue
Block a user