diff options
Diffstat (limited to 'src/core/ngx_os_init.h')
-rw-r--r-- | src/core/ngx_os_init.h | 4 |
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_ */ |