aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_os.h')
-rw-r--r--src/os/win32/ngx_os.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/os/win32/ngx_os.h b/src/os/win32/ngx_os.h
index 212d57fb1..39af212b3 100644
--- a/src/os/win32/ngx_os.h
+++ b/src/os/win32/ngx_os.h
@@ -46,8 +46,13 @@ extern int ngx_inherited_nonblocking;
extern int ngx_win32_version;
-extern int reconfigure;
-extern int reopen;
+extern ngx_int_t ngx_process;
+
+extern ngx_int_t ngx_quit;
+extern ngx_int_t ngx_terminate;
+
+extern ngx_int_t ngx_reconfigure;
+extern ngx_int_t ngx_reopen;