aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index 301b1918b..aeb6c0cb2 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -27,6 +27,7 @@ struct ngx_file_s {
ngx_int_t (*thread_handler)(ngx_thread_task_t *task,
ngx_file_t *file);
void *thread_ctx;
+ ngx_thread_task_t *thread_task;
#endif
#if (NGX_HAVE_FILE_AIO)