comparison src/event/modules/ngx_kqueue_module.c @ 247:008276b9e061

nginx-0.0.1-2004-02-01-11:10:52 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 01 Feb 2004 08:10:52 +0000
parents 6753e8cdaa2c
children e885208c518b
comparison
equal deleted inserted replaced
246:6753e8cdaa2c 247:008276b9e061
429 ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1); 429 ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1);
430 430
431 if (ev->active == 0 || ev->instance != instance) { 431 if (ev->active == 0 || ev->instance != instance) {
432 432
433 /* 433 /*
434 * it's a stale event from a file descriptor 434 * the stale event from a file descriptor
435 * that was just closed in this iteration 435 * that was just closed in this iteration
436 */ 436 */
437 437
438 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, log, 0, 438 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, log, 0,
439 "kevent: stale event " PTR_FMT, ev); 439 "kevent: stale event " PTR_FMT, ev);