FS-6211 more changes

This commit is contained in:
Anthony Minessale
2014-03-13 13:00:06 -05:00
parent 47a7ef557a
commit 430b8fca6b
2 changed files with 6 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ struct apr_threadattr_t {
apr_pool_t *pool;
apr_int32_t detach;
apr_size_t stacksize;
int priority;
};
struct apr_threadkey_t {