comparison src/event/ngx_event.h @ 1442:a53290568fdf

update comment
author Igor Sysoev <igor@sysoev.ru>
date Fri, 31 Aug 2007 09:50:23 +0000
parents bba095216a59
children 907820e5437f
comparison
equal deleted inserted replaced
1441:bba095216a59 1442:a53290568fdf
280 */ 280 */
281 #define NGX_USE_FD_EVENT 0x00000400 281 #define NGX_USE_FD_EVENT 0x00000400
282 282
283 /* 283 /*
284 * The event module handles periodic or absolute timer event by itself: 284 * The event module handles periodic or absolute timer event by itself:
285 * kqueue in FreeBSD 4.4 and NetBSD 2.0, Solaris 10's event ports. 285 * kqueue in FreeBSD 4.4, NetBSD 2.0, and MacOSX 10.4, Solaris 10's event ports.
286 */ 286 */
287 #define NGX_USE_TIMER_EVENT 0x00000800 287 #define NGX_USE_TIMER_EVENT 0x00000800
288 288
289 /* 289 /*
290 * All event filters on file descriptor are deleted after a notification: 290 * All event filters on file descriptor are deleted after a notification: