comparison src/event/ngx_event.h @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents fb4dfb2ac0fc
children eaf1f651cf86
comparison
equal deleted inserted replaced
345:fade4edd61f8 346:55e496a8ece3
98 unsigned short unexpected_eof:1; 98 unsigned short unexpected_eof:1;
99 99
100 unsigned short accept:1; 100 unsigned short accept:1;
101 101
102 unsigned short deferred_accept:1; 102 unsigned short deferred_accept:1;
103
104 unsigned short overflow:1;
103 105
104 /* TODO: aio_eof and kq_eof can be the single pending_eof */ 106 /* TODO: aio_eof and kq_eof can be the single pending_eof */
105 /* the pending eof in aio chain operation */ 107 /* the pending eof in aio chain operation */
106 unsigned short aio_eof:1; 108 unsigned short aio_eof:1;
107 109
242 #define NGX_USE_EDGE_EVENT 0x00000080 244 #define NGX_USE_EDGE_EVENT 0x00000080
243 245
244 /* 246 /*
245 * No need to add or delete the event filters - rt signals. 247 * No need to add or delete the event filters - rt signals.
246 */ 248 */
247 #define NGX_USE_SIGIO_EVENT 0x00000100 249 #define NGX_USE_RTSIG_EVENT 0x00000100
248 250
249 /* 251 /*
250 * The alternative event method after the rt signals queue overflow. 252 * The alternative event method after the rt signals queue overflow.
251 */ 253 */
252 #define NGX_OVERFLOW_EVENT 0x00000200 254 #define NGX_OVERFLOW_EVENT 0x00000200