diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-15 15:26:11 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-15 15:26:11 +0000 |
commit | 5596ede94ed311bb9d16ee11f6f68c97eb46d836 (patch) | |
tree | de9ead1a51d8af0ee4314b686469f2b9044636bb /src/core/nginx.c | |
parent | 3646a1669df23e2dcfb7cc8c940abeb822d8f010 (diff) | |
download | nginx-5596ede94ed311bb9d16ee11f6f68c97eb46d836.tar.gz nginx-5596ede94ed311bb9d16ee11f6f68c97eb46d836.zip |
nginx-0.0.2-2004-03-15-18:26:11 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index 5515b906e..d4dedbc86 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -100,16 +100,7 @@ ngx_atomic_t ngx_connection_counter; ngx_int_t ngx_process; ngx_pid_t ngx_pid; ngx_pid_t ngx_new_binary; - ngx_int_t ngx_inherited; -ngx_int_t ngx_reap; -ngx_int_t ngx_timer; -ngx_int_t ngx_terminate; -ngx_int_t ngx_quit; -ngx_int_t ngx_noaccept; -ngx_int_t ngx_reconfigure; -ngx_int_t ngx_reopen; -ngx_int_t ngx_change_binary; int main(int argc, char *const *argv) |