comparison src/event/modules/ngx_kqueue_module.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents e885208c518b
children 733dffa1fe97
comparison
equal deleted inserted replaced
256:8e39cab6abd5 257:70e1c7d2b83d
252 252
253 return NGX_OK; 253 return NGX_OK;
254 } 254 }
255 255
256 /* 256 /*
257 * when the file descriptor is closed a kqueue automatically deletes 257 * when the file descriptor is closed the kqueue automatically deletes
258 * its filters so we do not need to delete explicity the event 258 * its filters so we do not need to delete explicity the event
259 * before the closing the file descriptor. 259 * before the closing the file descriptor.
260 */ 260 */
261 261
262 if (flags & NGX_CLOSE_EVENT) { 262 if (flags & NGX_CLOSE_EVENT) {