fix thread priority code, this has never worked until today

This commit is contained in:
Anthony Minessale
2012-09-27 13:37:54 -05:00
parent c7283aaa1a
commit 90f3ab4099
4 changed files with 10 additions and 13 deletions

View File

@@ -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 {