aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-23 20:57:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-23 20:57:12 +0000
commitb54698b5798b7f1a54226274347ce1faee5a92a4 (patch)
tree4708e97a3ed7ae2fc5cc56b02a5f606dc0522707 /src/core/nginx.h
parent0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970 (diff)
downloadnginx-b54698b5798b7f1a54226274347ce1faee5a92a4.tar.gz
nginx-b54698b5798b7f1a54226274347ce1faee5a92a4.zip
nginx-0.0.2-2004-02-23-23:57:12 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index eb7fe93ad..6680de165 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -13,7 +13,7 @@
extern ngx_module_t ngx_core_module;
-extern ngx_uint_t ngx_connection_counter;
+extern ngx_atomic_t ngx_connection_counter;
extern ngx_int_t ngx_process;