comparison src/os/win32/ngx_process_cycle.c @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents 0ab66f4b6c4d
children 15c84a40e87d
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_event.h> 4 #include <ngx_event.h>
5 5
6 6
7 #if 0 7 #if 0
8
9 ngx_int_t ngx_process;
10 ngx_pid_t ngx_pid;
11 ngx_pid_t ngx_new_binary; 8 ngx_pid_t ngx_new_binary;
12 ngx_int_t ngx_inherited;
13 9
14 sig_atomic_t ngx_reap; 10 sig_atomic_t ngx_reap;
15 sig_atomic_t ngx_timer; 11 sig_atomic_t ngx_timer;
16 12
17 #endif 13 #endif
18 14
19 ngx_int_t ngx_threaded; 15 ngx_uint_t ngx_process;
16 ngx_pid_t ngx_pid;
17 ngx_uint_t ngx_threaded;
20 18
21 sig_atomic_t ngx_terminate; 19 sig_atomic_t ngx_terminate;
22 sig_atomic_t ngx_quit; 20 sig_atomic_t ngx_quit;
21 ngx_uint_t ngx_exiting;
23 22
24 #if 0 23 #if 0
25 24
26 sig_atomic_t ngx_noaccept; 25 sig_atomic_t ngx_noaccept;
27 sig_atomic_t ngx_reconfigure; 26 sig_atomic_t ngx_reconfigure;