From 10a543a810ac78eb5d754302b001debf9cd420c4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 16 Mar 2004 07:10:12 +0000 Subject: nginx-0.0.2-2004-03-16-10:10:12 import --- src/os/win32/ngx_process_cycle.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/os/win32/ngx_process_cycle.c') diff --git a/src/os/win32/ngx_process_cycle.c b/src/os/win32/ngx_process_cycle.c index 7b26d6b35..929171055 100644 --- a/src/os/win32/ngx_process_cycle.c +++ b/src/os/win32/ngx_process_cycle.c @@ -13,8 +13,14 @@ ngx_int_t ngx_inherited; sig_atomic_t ngx_reap; sig_atomic_t ngx_timer; + +#endif + sig_atomic_t ngx_terminate; sig_atomic_t ngx_quit; + +#if 0 + sig_atomic_t ngx_noaccept; sig_atomic_t ngx_reconfigure; sig_atomic_t ngx_reopen; @@ -23,6 +29,7 @@ sig_atomic_t ngx_change_binary; #endif + void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx) { ngx_int_t i; -- cgit