diff src/event/ngx_event.h @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents 7650aea1816f
children 213f17e9f776
line wrap: on
line diff
--- a/src/event/ngx_event.h	Fri Jun 25 14:42:03 2004 +0000
+++ b/src/event/ngx_event.h	Sun Jun 27 18:01:57 2004 +0000
@@ -154,6 +154,11 @@
 #endif
 
 
+#if (NGX_THREADS)
+    ngx_atomic_t    *lock;
+#endif
+
+
 #if 0
 
     /* the threads support */