comparison src/os/win32/ngx_process_cycle.c @ 368:15c84a40e87d

nginx-0.0.7-2004-06-24-20:07:04 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 16:07:04 +0000
parents 8733703a37f3
children da8c5707af39
comparison
equal deleted inserted replaced
367:ceec87d1c2b3 368:15c84a40e87d
13 #endif 13 #endif
14 14
15 ngx_uint_t ngx_process; 15 ngx_uint_t ngx_process;
16 ngx_pid_t ngx_pid; 16 ngx_pid_t ngx_pid;
17 ngx_uint_t ngx_threaded; 17 ngx_uint_t ngx_threaded;
18 ngx_uint_t ngx_inherited;
19
18 20
19 sig_atomic_t ngx_terminate; 21 sig_atomic_t ngx_terminate;
20 sig_atomic_t ngx_quit; 22 sig_atomic_t ngx_quit;
21 ngx_uint_t ngx_exiting; 23 ngx_uint_t ngx_exiting;
22 24