comparison src/event/ngx_event.h @ 422:edaefb2a20fc

nginx-0.0.10-2004-09-12-00:22:11 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Sep 2004 20:22:11 +0000
parents 0526206251f6
children fda5987b188d
comparison
equal deleted inserted replaced
421:01456a419cf9 422:edaefb2a20fc
218 */ 218 */
219 #define NGX_USE_LEVEL_EVENT 0x00000001 219 #define NGX_USE_LEVEL_EVENT 0x00000001
220 220
221 /* 221 /*
222 * The event filter is deleted after a notification without an additional 222 * The event filter is deleted after a notification without an additional
223 * syscall - select, poll, kqueue, epoll. 223 * syscall - select, poll, kqueue, epoll, Solaris 10's event ports.
224 */ 224 */
225 #define NGX_USE_ONESHOT_EVENT 0x00000002 225 #define NGX_USE_ONESHOT_EVENT 0x00000002
226 226
227 /* 227 /*
228 * The event filter notifies only the changes and an initial level - 228 * The event filter notifies only the changes and an initial level -