comparison src/core/nginx.h @ 220:4f81b931e9ff

nginx-0.0.1-2004-01-08-11:47:17 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jan 2004 08:47:17 +0000
parents 05592fd7a436
children 99df0edb63ed
comparison
equal deleted inserted replaced
219:f57597ec5249 220:4f81b931e9ff
11 11
12 extern ngx_module_t ngx_core_module; 12 extern ngx_module_t ngx_core_module;
13 13
14 extern ngx_uint_t ngx_connection_counter; 14 extern ngx_uint_t ngx_connection_counter;
15 15
16 extern ngx_int_t ngx_master; 16 extern ngx_int_t ngx_process;
17 extern ngx_int_t ngx_single;
18 17
19 18
20 #endif /* _NGINX_H_INCLUDED_ */ 19 #endif /* _NGINX_H_INCLUDED_ */