comparison src/core/ngx_conf_file.h @ 190:02a715e85df1

nginx-0.0.1-2003-11-19-00:34:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Nov 2003 21:34:08 +0000
parents c0552e5ab567
children 71ce40b3c37b
comparison
equal deleted inserted replaced
189:c966c09be66b 190:02a715e85df1
85 void ****conf_ctx; 85 void ****conf_ctx;
86 ngx_pool_t *pool; 86 ngx_pool_t *pool;
87 ngx_log_t *log; 87 ngx_log_t *log;
88 ngx_array_t listening; 88 ngx_array_t listening;
89 ngx_array_t open_files; 89 ngx_array_t open_files;
90 ngx_array_t pathes;
90 91
91 int connection_n; 92 int connection_n;
92 ngx_connection_t *connections; 93 ngx_connection_t *connections;
93 ngx_event_t *read_events; 94 ngx_event_t *read_events;
94 ngx_event_t *write_events; 95 ngx_event_t *write_events;