comparison src/event/modules/ngx_poll_module.c @ 375:744ccb59062d

nginx-0.0.7-2004-07-02-19:54:34 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2004 15:54:34 +0000
parents 2e3cbc1bbe3c
children 5ce6561246a5
comparison
equal deleted inserted replaced
374:213f17e9f776 375:744ccb59062d
179 ngx_connection_t *c; 179 ngx_connection_t *c;
180 180
181 c = ev->data; 181 c = ev->data;
182 182
183 ev->active = 0; 183 ev->active = 0;
184 ev->posted = 0;
185 184
186 if (ev->index == NGX_INVALID_INDEX) { 185 if (ev->index == NGX_INVALID_INDEX) {
187 ngx_log_error(NGX_LOG_ALERT, ev->log, 0, 186 ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
188 "poll event fd:%d ev:%d is already deleted", 187 "poll event fd:%d ev:%d is already deleted",
189 c->fd, event); 188 c->fd, event);