comparison src/os/unix/ngx_process_cycle.c @ 305:4b1a3a4acc60

nginx-0.0.3-2004-04-02-19:13:20 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Apr 2004 15:13:20 +0000
parents 00c5660d2707
children 2e899477243a
comparison
equal deleted inserted replaced
304:bcbe876f4262 305:4b1a3a4acc60
13 13
14 ngx_int_t ngx_process; 14 ngx_int_t ngx_process;
15 ngx_pid_t ngx_pid; 15 ngx_pid_t ngx_pid;
16 ngx_pid_t ngx_new_binary; 16 ngx_pid_t ngx_new_binary;
17 ngx_int_t ngx_inherited; 17 ngx_int_t ngx_inherited;
18 ngx_int_t ngx_threaded;
18 19
19 sig_atomic_t ngx_reap; 20 sig_atomic_t ngx_reap;
20 sig_atomic_t ngx_timer; 21 sig_atomic_t ngx_timer;
21 sig_atomic_t ngx_terminate; 22 sig_atomic_t ngx_terminate;
22 sig_atomic_t ngx_quit; 23 sig_atomic_t ngx_quit;