diff options
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r-- | src/core/ngx_cycle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index e1b536869..5708ce406 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -40,6 +40,12 @@ typedef struct { ngx_str_t pid; ngx_str_t newpid; + +#if (NGX_THREADS) + ngx_int_t worker_threads; + size_t thread_stack_size; +#endif + } ngx_core_conf_t; |