FS-7969 #resolve [Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working

This commit is contained in:
Anthony Minessale
2015-08-19 11:42:11 -05:00
parent fa8f304248
commit f43510f243
3 changed files with 19 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ struct apr_thread_t {
void *data;
apr_thread_start_t func;
apr_status_t exitval;
int priority;
};
struct apr_threadattr_t {