Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-05 23:55:48 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-01-05 23:55:48 +0300
commit3c3ca1735815a4e495922b50b01a258016c93d4b (patch)
tree55ab881e478c8ead90652850135d3f083a7e9772 /src/os/unix/ngx_os.h
parentfa5fea18f7b0f6d024d5a814d34c778b6792abdb (diff)
nginx-0.0.1-2004-01-05-23:55:48 import
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r--src/os/unix/ngx_os.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h
index cc693fa7d..ed6b69520 100644
--- a/src/os/unix/ngx_os.h
+++ b/src/os/unix/ngx_os.h
@@ -49,9 +49,13 @@ extern int ngx_max_sockets;
extern int ngx_inherited_nonblocking;
-extern int done;
-extern int restart;
-extern int rotate;
+extern ngx_int_t ngx_master;
+
+extern ngx_int_t ngx_quit;
+extern ngx_int_t ngx_terminate;
+extern ngx_int_t ngx_reconfigure;
+extern ngx_int_t ngx_reopen;
+extern ngx_int_t ngx_change_binary;
#ifdef __FreeBSD__