comparison src/os/win32/ngx_process_cycle.c @ 278:0ba4821f4460

nginx-0.0.2-2004-03-04-10:04:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 07:04:55 +0000
parents
children 30310107dbc9
comparison
equal deleted inserted replaced
277:e91499541410 278:0ba4821f4460
1
2 #include <ngx_config.h>
3 #include <ngx_core.h>
4 #include <ngx_event.h>
5
6
7 #if 0
8
9 ngx_int_t ngx_process;
10 ngx_pid_t ngx_pid;
11 ngx_pid_t ngx_new_binary;
12 ngx_int_t ngx_inherited;
13
14 sig_atomic_t ngx_reap;
15 sig_atomic_t ngx_timer;
16 sig_atomic_t ngx_terminate;
17 sig_atomic_t ngx_quit;
18 sig_atomic_t ngx_noaccept;
19 sig_atomic_t ngx_reconfigure;
20 sig_atomic_t ngx_reopen;
21 sig_atomic_t ngx_change_binary;
22
23 #endif
24
25
26 void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx)
27 {
28 }