diff src/core/ngx_cycle.h @ 414:388a842cbbe1

nginx-0.0.10-2004-09-03-19:50:30 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Sep 2004 15:50:30 +0000
parents 02a511569afb
children da8c5707af39
line wrap: on
line diff
--- 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;