comparison src/event/modules/ngx_kqueue_module.c @ 259:d30f2c39caae

nginx-0.0.2-2004-02-12-23:57:10 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Feb 2004 20:57:10 +0000
parents 733dffa1fe97
children 7bb9562216ce
comparison
equal deleted inserted replaced
258:733dffa1fe97 259:d30f2c39caae
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) {