diff options
Diffstat (limited to 'src/core/ngx_conf_file.h')
-rw-r--r-- | src/core/ngx_conf_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index d460fbe45..23f436e91 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -87,6 +87,7 @@ struct ngx_cycle_s { ngx_log_t *log; ngx_array_t listening; ngx_array_t open_files; + ngx_array_t pathes; int connection_n; ngx_connection_t *connections; |