comparison src/os/win32/ngx_process_cycle.c @ 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 30310107dbc9
children 1526e7686b20
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
11 ngx_pid_t ngx_new_binary; 11 ngx_pid_t ngx_new_binary;
12 ngx_int_t ngx_inherited; 12 ngx_int_t ngx_inherited;
13 13
14 sig_atomic_t ngx_reap; 14 sig_atomic_t ngx_reap;
15 sig_atomic_t ngx_timer; 15 sig_atomic_t ngx_timer;
16
17 #endif
18
16 sig_atomic_t ngx_terminate; 19 sig_atomic_t ngx_terminate;
17 sig_atomic_t ngx_quit; 20 sig_atomic_t ngx_quit;
21
22 #if 0
23
18 sig_atomic_t ngx_noaccept; 24 sig_atomic_t ngx_noaccept;
19 sig_atomic_t ngx_reconfigure; 25 sig_atomic_t ngx_reconfigure;
20 sig_atomic_t ngx_reopen; 26 sig_atomic_t ngx_reopen;
21 sig_atomic_t ngx_change_binary; 27 sig_atomic_t ngx_change_binary;
22 28
23 #endif 29 #endif
30
24 31
25 32
26 void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx) 33 void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx)
27 { 34 {
28 ngx_int_t i; 35 ngx_int_t i;