comparison src/core/ngx_cycle.h @ 336:ca9a7f8c86da

nginx-0.0.3-2004-05-18-19:29:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 May 2004 15:29:08 +0000
parents 56496082668b
children d0451e402e27
comparison
equal deleted inserted replaced
335:d4241d7787fe 336:ca9a7f8c86da
23 ngx_event_t *write_events; 23 ngx_event_t *write_events;
24 24
25 ngx_cycle_t *old_cycle; 25 ngx_cycle_t *old_cycle;
26 26
27 ngx_str_t conf_file; 27 ngx_str_t conf_file;
28 ngx_str_t root;
28 }; 29 };
29 30
30 31
31 typedef struct { 32 typedef struct {
32 ngx_flag_t daemon; 33 ngx_flag_t daemon;