From c02473048cee372cb8644e1f2d566431781074d2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 27 Jun 2004 18:01:57 +0000 Subject: nginx-0.0.7-2004-06-27-22:01:57 import --- src/core/ngx_connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 67275bd5e..09684c53f 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -108,6 +108,10 @@ struct ngx_connection_s { #if (HAVE_IOCP) unsigned accept_context_updated:1; #endif + +#if (NGX_THREADS) + ngx_atomic_t lock; +#endif }; -- cgit