comparison src/core/ngx_cycle.h @ 255:e6938ca7331a

nginx-0.0.2-2004-02-09-23:47:18 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 20:47:18 +0000
parents 8d5cce3ae221
children 0ba4821f4460
comparison
equal deleted inserted replaced
254:98c77ca0f354 255:e6938ca7331a
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;
23 23
24 unsigned one_process:1; 24 ngx_str_t conf_file;
25 }; 25 };
26 26
27 27
28 ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle); 28 ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle);
29 void ngx_reopen_files(ngx_cycle_t *cycle, uid_t user); 29 void ngx_reopen_files(ngx_cycle_t *cycle, uid_t user);