Memory pools refactoring.

This commit is contained in:
Igor Sysoev
2017-06-19 16:26:19 +03:00
parent 7574c64992
commit b1b9f621a4
17 changed files with 1133 additions and 937 deletions

View File

@@ -168,6 +168,8 @@ struct nxt_thread_s {
nxt_log_t *log;
nxt_log_t main_log;
nxt_task_t *task;
nxt_tid_t tid;
nxt_thread_handle_t handle;
#if (NXT_THREADS)