comparison src/event/ngx_event.h @ 1450:a392517403f5

add comment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 11:21:00 +0000
parents 907820e5437f
children ae957ab627e2
comparison
equal deleted inserted replaced
1445:907820e5437f 1450:a392517403f5
301 * on file close, 301 * on file close,
302 * 302 *
303 * /dev/poll: we need to flush POLLREMOVE event 303 * /dev/poll: we need to flush POLLREMOVE event
304 * before closing file. 304 * before closing file.
305 */ 305 */
306
307 #define NGX_CLOSE_EVENT 1 306 #define NGX_CLOSE_EVENT 1
307
308 /*
309 * disable temporarily event filter, this may avoid locks
310 * in kernel malloc()/free(): kqueue.
311 */
308 #define NGX_DISABLE_EVENT 2 312 #define NGX_DISABLE_EVENT 2
309 313
310 314
311 /* these flags have a meaning only for kqueue */ 315 /* these flags have a meaning only for kqueue */
312 #define NGX_LOWAT_EVENT 0 316 #define NGX_LOWAT_EVENT 0