diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-08 08:47:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-08 08:47:17 +0000 |
commit | 3d58f8c29bd156dcb34040f50b7203cc0ba8e2cc (patch) | |
tree | 211ff0f4cb5ddbf547b3322b8f81a5234928168b /src/core/nginx.h | |
parent | a9030ebcca7aff99c2a9d90ea702ad7f74a50941 (diff) | |
download | nginx-3d58f8c29bd156dcb34040f50b7203cc0ba8e2cc.tar.gz nginx-3d58f8c29bd156dcb34040f50b7203cc0ba8e2cc.zip |
nginx-0.0.1-2004-01-08-11:47:17 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 238512f8e..b1d774489 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -13,8 +13,7 @@ extern ngx_module_t ngx_core_module; extern ngx_uint_t ngx_connection_counter; -extern ngx_int_t ngx_master; -extern ngx_int_t ngx_single; +extern ngx_int_t ngx_process; #endif /* _NGINX_H_INCLUDED_ */ |