comparison src/os/win32/ngx_process_cycle.h @ 2738:ae81441e23f4

implement "-s signal" option for Unix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Apr 2009 20:25:49 +0000
parents d43d73277c5c
children f94e8ff65aa2
comparison
equal deleted inserted replaced
2737:d52cf82d0d77 2738:ae81441e23f4
18 #define NGX_PROCESS_SIGNALLER 3 18 #define NGX_PROCESS_SIGNALLER 3
19 19
20 20
21 void ngx_master_process_cycle(ngx_cycle_t *cycle); 21 void ngx_master_process_cycle(ngx_cycle_t *cycle);
22 void ngx_single_process_cycle(ngx_cycle_t *cycle); 22 void ngx_single_process_cycle(ngx_cycle_t *cycle);
23 ngx_int_t ngx_signal_process(ngx_cycle_t *cycle, char *sig);
24 void ngx_close_handle(HANDLE h); 23 void ngx_close_handle(HANDLE h);
25 24
26 25
27 extern ngx_uint_t ngx_process; 26 extern ngx_uint_t ngx_process;
28 extern ngx_pid_t ngx_pid; 27 extern ngx_pid_t ngx_pid;