comparison src/event/ngx_event.h @ 377:41437e4fd9b4

nginx-0.0.7-2004-07-05-19:08:23 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2004 15:08:23 +0000
parents 744ccb59062d
children 5ce6561246a5
comparison
equal deleted inserted replaced
376:d0451e402e27 377:41437e4fd9b4
70 unsigned read_discarded:1; 70 unsigned read_discarded:1;
71 71
72 unsigned unexpected_eof:1; 72 unsigned unexpected_eof:1;
73 73
74 unsigned deferred_accept:1; 74 unsigned deferred_accept:1;
75
76 unsigned overflow:1;
77 75
78 /* the pending eof reported by kqueue or in aio chain operation */ 76 /* the pending eof reported by kqueue or in aio chain operation */
79 unsigned pending_eof:1; 77 unsigned pending_eof:1;
80 78
81 #if (WIN32) 79 #if (WIN32)