comparison src/os/win32/ngx_process_cycle.h @ 3358:f94e8ff65aa2

add NGX_PROCESS_HELPER process status
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Nov 2009 15:46:21 +0000
parents ae81441e23f4
children d620f497c50f
comparison
equal deleted inserted replaced
3357:fc735aa50b8b 3358:f94e8ff65aa2
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
14 14
15 #define NGX_PROCESS_SINGLE 0 15 #define NGX_PROCESS_SINGLE 0
16 #define NGX_PROCESS_MASTER 1 16 #define NGX_PROCESS_MASTER 1
17 #define NGX_PROCESS_WORKER 2 17 #define NGX_PROCESS_SIGNALLER 2
18 #define NGX_PROCESS_SIGNALLER 3 18 #define NGX_PROCESS_WORKER 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 void ngx_close_handle(HANDLE h); 23 void ngx_close_handle(HANDLE h);