comparison src/core/ngx_connection.h @ 6031:c8acea7c7041

Removed ngx_connection_t.lock.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents b550563ef96e
children 187aa751ad62
comparison
equal deleted inserted replaced
6030:4652f8f26b12 6031:c8acea7c7041
184 unsigned busy_count:2; 184 unsigned busy_count:2;
185 #endif 185 #endif
186 186
187 #if (NGX_THREADS) 187 #if (NGX_THREADS)
188 ngx_thread_task_t *sendfile_task; 188 ngx_thread_task_t *sendfile_task;
189 #endif
190
191 #if (NGX_OLD_THREADS)
192 ngx_atomic_t lock;
193 #endif 189 #endif
194 }; 190 };
195 191
196 192
197 ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr, 193 ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr,