comparison src/core/nginx.c @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents ba876b26b76d
children 4feff829a849
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
68 NULL, /* init module */ 68 NULL, /* init module */
69 NULL /* init child */ 69 NULL /* init child */
70 }; 70 };
71 71
72 72
73 ngx_int_t ngx_max_module; 73 ngx_uint_t ngx_max_module;
74 74
75 ngx_int_t ngx_process; 75 ngx_uint_t ngx_inherited;
76 ngx_pid_t ngx_pid;
77 ngx_pid_t ngx_new_binary;
78 ngx_int_t ngx_inherited;
79 76
80 77
81 int main(int argc, char *const *argv) 78 int main(int argc, char *const *argv)
82 { 79 {
83 ngx_int_t i; 80 ngx_int_t i;