diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-03 16:30:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-03 16:30:22 +0000 |
commit | 7349befe26d264159cacc4d3dee3964b32e79c83 (patch) | |
tree | b83383a178e65c8f0615baa94db5143119d8a029 /src/core/ngx_os_init.h | |
parent | 9d9f58f24d318dad43c7019c40a187555aaa64c8 (diff) | |
download | nginx-7349befe26d264159cacc4d3dee3964b32e79c83.tar.gz nginx-7349befe26d264159cacc4d3dee3964b32e79c83.zip |
nginx-0.0.1-2003-07-03-20:30:22 import
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_ */ |