comparison src/event/ngx_event_posted.c @ 313:98f1a8028067

nginx-0.0.3-2004-04-13-19:08:48 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 Apr 2004 15:08:48 +0000
parents 6b91bfbc4123
children 39b6f2df45c0
comparison
equal deleted inserted replaced
312:f5431a4bbc7d 313:98f1a8028067
23 23
24 if (ev == NULL) { 24 if (ev == NULL) {
25 return; 25 return;
26 } 26 }
27 27
28 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
29 "posted event handler " PTR_FMT, ev->event_handler);
30
28 ngx_posted_events = ev->next; 31 ngx_posted_events = ev->next;
32
33 if (ev->accept) {
34 continue;
35 }
29 36
30 if ((!ev->posted && !ev->active) 37 if ((!ev->posted && !ev->active)
31 || (ev->use_instance && ev->instance != ev->returned_instance)) 38 || (ev->use_instance && ev->instance != ev->returned_instance))
32 { 39 {
33 /* 40 /*