comparison src/core/ngx_cycle.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 0ba4821f4460
children 502b03d9d2a3
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
12 ngx_log_t *log; 12 ngx_log_t *log;
13 ngx_array_t listening; 13 ngx_array_t listening;
14 ngx_array_t open_files; 14 ngx_array_t open_files;
15 ngx_array_t pathes; 15 ngx_array_t pathes;
16 16
17 int connection_n; 17 ngx_uint_t connection_n;
18 ngx_connection_t *connections; 18 ngx_connection_t *connections;
19 ngx_event_t *read_events; 19 ngx_event_t *read_events;
20 ngx_event_t *write_events; 20 ngx_event_t *write_events;
21 21
22 ngx_cycle_t *old_cycle; 22 ngx_cycle_t *old_cycle;