comparison src/os/unix/ngx_process_cycle.h @ 311:11ff50a35d6d

nginx-0.0.3-2004-04-12-20:38:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Apr 2004 16:38:09 +0000
parents 4b1a3a4acc60
children 56496082668b
comparison
equal deleted inserted replaced
310:a9a9af2c7370 311:11ff50a35d6d
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 7
8 8
9 typedef struct { 9 typedef struct {
10 ngx_file_t pid;
11 u_char *name;
12 int argc; 10 int argc;
13 char *const *argv; 11 char *const *argv;
14 } ngx_master_ctx_t; 12 } ngx_master_ctx_t;
15 13
16 14