comparison src/event/ngx_event.h @ 354:eaf1f651cf86

nginx-0.0.7-2004-06-15-11:55:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2004 07:55:11 +0000
parents 55e496a8ece3
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
353:b8d3d7dbfcc8 354:eaf1f651cf86
275 * so we need only to delete filters in user-level batch array 275 * so we need only to delete filters in user-level batch array
276 * /dev/poll: we need to flush POLLREMOVE event before closing file 276 * /dev/poll: we need to flush POLLREMOVE event before closing file
277 */ 277 */
278 278
279 #define NGX_CLOSE_EVENT 1 279 #define NGX_CLOSE_EVENT 1
280 #define NGX_DISABLE_EVENT 2
280 281
281 282
282 /* these flags have a meaning only for kqueue */ 283 /* these flags have a meaning only for kqueue */
283 #define NGX_LOWAT_EVENT 0 284 #define NGX_LOWAT_EVENT 0
284 #define NGX_DISABLE_EVENT 0
285 #define NGX_VNODE_EVENT 0 285 #define NGX_VNODE_EVENT 0
286 286
287 287
288 #if (HAVE_KQUEUE) 288 #if (HAVE_KQUEUE)
289 289