comparison src/core/nginx.h @ 309:2e899477243a

nginx-0.0.3-2004-04-09-20:03:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Apr 2004 16:03:04 +0000
parents 117ccc7c4055
children a9a9af2c7370
comparison
equal deleted inserted replaced
308:7a0dbd779c6d 309:2e899477243a
10 10
11 #define NGINX_VAR "NGINX" 11 #define NGINX_VAR "NGINX"
12 12
13 extern ngx_module_t ngx_core_module; 13 extern ngx_module_t ngx_core_module;
14 14
15 extern ngx_atomic_t ngx_connection_counter;
16
17 extern ngx_int_t ngx_process;
18
19 15
20 #endif /* _NGINX_H_INCLUDED_ */ 16 #endif /* _NGINX_H_INCLUDED_ */