comparison src/core/ngx_connection.h @ 6016:457ec43dd8d5

Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. It's mostly dead code and the original idea of worker threads has been rejected.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 04 Mar 2015 18:26:25 +0300
parents ccad84a174e0
children b550563ef96e
comparison
equal deleted inserted replaced
6015:e11a8e7e8e0c 6016:457ec43dd8d5
182 182
183 #if (NGX_HAVE_AIO_SENDFILE) 183 #if (NGX_HAVE_AIO_SENDFILE)
184 unsigned busy_count:2; 184 unsigned busy_count:2;
185 #endif 185 #endif
186 186
187 #if (NGX_THREADS) 187 #if (NGX_OLD_THREADS)
188 ngx_atomic_t lock; 188 ngx_atomic_t lock;
189 #endif 189 #endif
190 }; 190 };
191 191
192 192