comparison src/core/nginx.h @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents 8e39cab6abd5
children 30310107dbc9
comparison
equal deleted inserted replaced
265:6468241715e6 266:5238e93961a1
11 #define NGINX_VAR "NGINX=" 11 #define NGINX_VAR "NGINX="
12 #define NGINX_VAR_LEN (sizeof(NGINX_VAR) - 1) 12 #define NGINX_VAR_LEN (sizeof(NGINX_VAR) - 1)
13 13
14 extern ngx_module_t ngx_core_module; 14 extern ngx_module_t ngx_core_module;
15 15
16 extern ngx_uint_t ngx_connection_counter; 16 extern ngx_atomic_t ngx_connection_counter;
17 17
18 extern ngx_int_t ngx_process; 18 extern ngx_int_t ngx_process;
19 19
20 20
21 #endif /* _NGINX_H_INCLUDED_ */ 21 #endif /* _NGINX_H_INCLUDED_ */