aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 84521898c..1b24dd333 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -14,8 +14,8 @@ struct ngx_cycle_s {
ngx_log_t *new_log;
ngx_array_t listening;
- ngx_array_t open_files;
ngx_array_t pathes;
+ ngx_list_t open_files;
ngx_uint_t connection_n;
ngx_connection_t *connections;