comparison src/event/ngx_event_accept.c @ 113:d7f606e25b99

nginx-0.0.1-2003-07-04-19:10:33 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Jul 2003 15:10:33 +0000
parents b5be4b0448d3
children ac69ab96328d
comparison
equal deleted inserted replaced
112:da763a85be66 113:d7f606e25b99
15 ngx_socket_t s; 15 ngx_socket_t s;
16 ngx_event_t *rev, *wev; 16 ngx_event_t *rev, *wev;
17 ngx_connection_t *c, *ls; 17 ngx_connection_t *c, *ls;
18 ngx_event_conf_t *ecf; 18 ngx_event_conf_t *ecf;
19 19
20 ecf = ngx_event_get_conf(ngx_event_core_module); 20 ecf = ngx_event_get_conf(ngx_cycle.conf_ctx, ngx_event_core_module);
21 21
22 ls = ev->data; 22 ls = ev->data;
23 23
24 ngx_log_debug(ev->log, "ngx_event_accept: accept ready: %d" _ 24 ngx_log_debug(ev->log, "ngx_event_accept: accept ready: %d" _
25 ev->available); 25 ev->available);