diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
commit | 3f4685f3ded30199ec0c61f98b016f5880330422 (patch) | |
tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb /src/os/win32/ngx_process_cycle.c | |
parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff) | |
download | nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.gz nginx-3f4685f3ded30199ec0c61f98b016f5880330422.zip |
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'src/os/win32/ngx_process_cycle.c')
-rw-r--r-- | src/os/win32/ngx_process_cycle.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/os/win32/ngx_process_cycle.c b/src/os/win32/ngx_process_cycle.c index fa90494c5..2b18c0b1f 100644 --- a/src/os/win32/ngx_process_cycle.c +++ b/src/os/win32/ngx_process_cycle.c @@ -5,21 +5,20 @@ #if 0 - -ngx_int_t ngx_process; -ngx_pid_t ngx_pid; ngx_pid_t ngx_new_binary; -ngx_int_t ngx_inherited; sig_atomic_t ngx_reap; sig_atomic_t ngx_timer; #endif -ngx_int_t ngx_threaded; +ngx_uint_t ngx_process; +ngx_pid_t ngx_pid; +ngx_uint_t ngx_threaded; sig_atomic_t ngx_terminate; sig_atomic_t ngx_quit; +ngx_uint_t ngx_exiting; #if 0 |