comparison src/core/nginx.c @ 309:2e899477243a

nginx-0.0.3-2004-04-09-20:03:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Apr 2004 16:03:04 +0000
parents 744965ec6275
children a9a9af2c7370
comparison
equal deleted inserted replaced
308:7a0dbd779c6d 309:2e899477243a
63 NULL /* init child */ 63 NULL /* init child */
64 }; 64 };
65 65
66 66
67 ngx_int_t ngx_max_module; 67 ngx_int_t ngx_max_module;
68 ngx_atomic_t ngx_connection_counter;
69 68
70 ngx_int_t ngx_process; 69 ngx_int_t ngx_process;
71 ngx_pid_t ngx_pid; 70 ngx_pid_t ngx_pid;
72 ngx_pid_t ngx_new_binary; 71 ngx_pid_t ngx_new_binary;
73 ngx_int_t ngx_inherited; 72 ngx_int_t ngx_inherited;