comparison src/event/modules/ngx_kqueue_module.c @ 258:733dffa1fe97

nginx-0.0.2-2004-02-11-10:19:26 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 07:19:26 +0000
parents 70e1c7d2b83d
children d30f2c39caae
comparison
equal deleted inserted replaced
257:70e1c7d2b83d 258:733dffa1fe97
252 252
253 return NGX_OK; 253 return NGX_OK;
254 } 254 }
255 255
256 /* 256 /*
257 * when the file descriptor is closed the kqueue automatically deletes 257 * when the file descriptor is closed a 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) {