comparison src/event/ngx_event_posted.c @ 350:7b96b7f8a6af

nginx-0.0.4-2004-06-10-00:03:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 09 Jun 2004 20:03:54 +0000
parents 39b6f2df45c0
children 54f76b0b8dca
comparison
equal deleted inserted replaced
349:a958aa92f9a5 350:7b96b7f8a6af
38 * the stale event from a file descriptor 38 * the stale event from a file descriptor
39 * that was just closed in this iteration 39 * that was just closed in this iteration
40 */ 40 */
41 41
42 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0, 42 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
43 "stale posted event " PTR_FMT, ev); 43 "stale posted event " PTR_FMT, ev);
44 continue; 44 continue;
45 } 45 }
46 46
47 if (ev->posted) { 47 if (ev->posted) {
48 ev->posted = 0; 48 ev->posted = 0;