diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
commit | 3f4685f3ded30199ec0c61f98b016f5880330422 (patch) | |
tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb /src/core/nginx.c | |
parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff) | |
download | nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.gz nginx-3f4685f3ded30199ec0c61f98b016f5880330422.zip |
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index f63eeccaa..be95637b0 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -70,12 +70,9 @@ ngx_module_t ngx_core_module = { }; -ngx_int_t ngx_max_module; +ngx_uint_t ngx_max_module; -ngx_int_t ngx_process; -ngx_pid_t ngx_pid; -ngx_pid_t ngx_new_binary; -ngx_int_t ngx_inherited; +ngx_uint_t ngx_inherited; int main(int argc, char *const *argv) |