aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_os_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_os_init.h')
-rw-r--r--src/core/ngx_os_init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_os_init.h b/src/core/ngx_os_init.h
index 355509587..18e757472 100644
--- a/src/core/ngx_os_init.h
+++ b/src/core/ngx_os_init.h
@@ -40,4 +40,8 @@ extern int ngx_max_sockets;
extern int ngx_inherited_nonblocking;
+extern int restart;
+extern int rotate;
+
+
#endif /* _NGX_OS_INIT_H_INCLUDED_ */