summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_thread.h')
-rw-r--r--src/nxt_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_thread.h b/src/nxt_thread.h
index c1f3aaee..ad1c58e8 100644
--- a/src/nxt_thread.h
+++ b/src/nxt_thread.h
@@ -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)