diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ngx_connection.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 207aea4f5..1867b4cbc 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -184,6 +184,10 @@ struct ngx_connection_s { unsigned busy_count:2; #endif +#if (NGX_THREADS) + ngx_thread_task_t *sendfile_task; +#endif + #if (NGX_OLD_THREADS) ngx_atomic_t lock; #endif |