comparison src/core/ngx_cycle.h @ 2073:01b71aa095cc

-g switch
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Jun 2008 12:35:16 +0000
parents b56d4b1ebac7
children d5896f6608e8
comparison
equal deleted inserted replaced
2072:ee2fecdfdef7 2073:01b71aa095cc
58 ngx_event_t *write_events; 58 ngx_event_t *write_events;
59 59
60 ngx_cycle_t *old_cycle; 60 ngx_cycle_t *old_cycle;
61 61
62 ngx_str_t conf_file; 62 ngx_str_t conf_file;
63 ngx_str_t conf_param;
63 ngx_str_t root; 64 ngx_str_t root;
64 ngx_str_t lock_file; 65 ngx_str_t lock_file;
65 ngx_str_t hostname; 66 ngx_str_t hostname;
66 }; 67 };
67 68