diff options
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_ */ |