comparison src/event/ngx_event.h @ 65:4222c496acb3

nginx-0.0.1-2003-03-05-09:37:42 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Mar 2003 06:37:42 +0000
parents 34d647deb1da
children 5a7d1aaa1618
comparison
equal deleted inserted replaced
64:34d647deb1da 65:4222c496acb3
54 /* read: bytes to read */ 54 /* read: bytes to read */
55 /* write: available space in buffer */ 55 /* write: available space in buffer */
56 /* otherwise: */ 56 /* otherwise: */
57 /* accept: 1 if accept many, 0 otherwise */ 57 /* accept: 1 if accept many, 0 otherwise */
58 58
59 unsigned level:1;
59 unsigned oneshot:1; 60 unsigned oneshot:1;
60 61
61 #if 0 62 #if 0
62 unsigned listening:1; 63 unsigned listening:1;
63 #endif 64 #endif