comparison src/os/unix/ngx_process_cycle.h @ 552:43e02819c5cf NGINX_0_8_28

nginx 0.8.28 *) Bugfix: nginx could not be built with the --without-pcre parameter; the bug had appeared in 0.8.25.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Nov 2009 00:00:00 +0300
parents 86dad910eeb6
children d0f7a625f27c
comparison
equal deleted inserted replaced
551:8af5b52635d0 552:43e02819c5cf
19 #define NGX_CMD_REOPEN 5 19 #define NGX_CMD_REOPEN 5
20 20
21 21
22 #define NGX_PROCESS_SINGLE 0 22 #define NGX_PROCESS_SINGLE 0
23 #define NGX_PROCESS_MASTER 1 23 #define NGX_PROCESS_MASTER 1
24 #define NGX_PROCESS_WORKER 2 24 #define NGX_PROCESS_SIGNALLER 2
25 #define NGX_PROCESS_SIGNALLER 3 25 #define NGX_PROCESS_WORKER 3
26 #define NGX_PROCESS_HELPER 4
26 27
27 28
28 typedef struct { 29 typedef struct {
29 ngx_event_handler_pt handler; 30 ngx_event_handler_pt handler;
30 char *name; 31 char *name;