comparison src/os/unix/ngx_process_cycle.h @ 376:d0451e402e27

nginx-0.0.7-2004-07-05-10:55:54 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2004 06:55:54 +0000
parents e411b1482ee3
children da8c5707af39
comparison
equal deleted inserted replaced
375:744ccb59062d 376:d0451e402e27
12 #define NGX_CMD_TERMINATE 4 12 #define NGX_CMD_TERMINATE 4
13 #define NGX_CMD_REOPEN 5 13 #define NGX_CMD_REOPEN 5
14 14
15 15
16 typedef struct { 16 typedef struct {
17 int argc; 17 int argc;
18 char *const *argv; 18 char *const *argv;
19 } ngx_master_ctx_t; 19 } ngx_master_ctx_t;
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