comparison src/event/ngx_event_accept.c @ 303:00c5660d2707

nginx-0.0.3-2004-04-01-20:20:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2004 16:20:53 +0000
parents 1526e7686b20
children 6b91bfbc4123
comparison
equal deleted inserted replaced
302:1526e7686b20 303:00c5660d2707
10 u_char *name; 10 u_char *name;
11 } ngx_accept_log_ctx_t; 11 } ngx_accept_log_ctx_t;
12 12
13 13
14 static size_t ngx_accept_log_error(void *data, char *buf, size_t len); 14 static size_t ngx_accept_log_error(void *data, char *buf, size_t len);
15
16
17 ngx_atomic_t *ngx_accept_mutex_ptr;
18 ngx_atomic_t *ngx_accept_mutex;
19 ngx_uint_t ngx_accept_mutex_held;
20 15
21 16
22 void ngx_event_accept(ngx_event_t *ev) 17 void ngx_event_accept(ngx_event_t *ev)
23 { 18 {
24 ngx_uint_t instance, rinstance, winstance, accepted; 19 ngx_uint_t instance, rinstance, winstance, accepted;