comparison src/core/nginx.c @ 289:0750faf8d7e3

nginx-0.0.2-2004-03-15-18:26:11 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Mar 2004 15:26:11 +0000
parents 30310107dbc9
children 87e73f067470
comparison
equal deleted inserted replaced
288:f81d075ad172 289:0750faf8d7e3
98 ngx_atomic_t ngx_connection_counter; 98 ngx_atomic_t ngx_connection_counter;
99 99
100 ngx_int_t ngx_process; 100 ngx_int_t ngx_process;
101 ngx_pid_t ngx_pid; 101 ngx_pid_t ngx_pid;
102 ngx_pid_t ngx_new_binary; 102 ngx_pid_t ngx_new_binary;
103
104 ngx_int_t ngx_inherited; 103 ngx_int_t ngx_inherited;
105 ngx_int_t ngx_reap;
106 ngx_int_t ngx_timer;
107 ngx_int_t ngx_terminate;
108 ngx_int_t ngx_quit;
109 ngx_int_t ngx_noaccept;
110 ngx_int_t ngx_reconfigure;
111 ngx_int_t ngx_reopen;
112 ngx_int_t ngx_change_binary;
113 104
114 105
115 int main(int argc, char *const *argv) 106 int main(int argc, char *const *argv)
116 { 107 {
117 ngx_int_t i; 108 ngx_int_t i;