summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_process_cycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_process_cycle.h')
-rw-r--r--src/os/win32/ngx_process_cycle.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/os/win32/ngx_process_cycle.h b/src/os/win32/ngx_process_cycle.h
index 9df6771e3..0a91e84f5 100644
--- a/src/os/win32/ngx_process_cycle.h
+++ b/src/os/win32/ngx_process_cycle.h
@@ -23,11 +23,12 @@ void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx);
void ngx_single_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx);
-extern ngx_int_t ngx_process;
+extern ngx_uint_t ngx_process;
extern ngx_pid_t ngx_pid;
extern ngx_pid_t ngx_new_binary;
-extern ngx_int_t ngx_inherited;
-extern ngx_int_t ngx_threaded;
+extern ngx_uint_t ngx_inherited;
+extern ngx_uint_t ngx_threaded;
+extern ngx_uint_t ngx_exiting;
extern sig_atomic_t ngx_reap;
extern sig_atomic_t ngx_timer;