comparison src/event/ngx_event.h @ 5371:b95e70ae6bcd

Events: removed unused flags from the ngx_event_s structure. They are not used since 708f8bb772ec (pre 0.0.1).
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Sep 2013 16:53:02 +0400
parents a29c574d61fa
children 36b58ddb566d
comparison
equal deleted inserted replaced
5370:ee78c7705a8e 5371:b95e70ae6bcd
66 66
67 unsigned timedout:1; 67 unsigned timedout:1;
68 unsigned timer_set:1; 68 unsigned timer_set:1;
69 69
70 unsigned delayed:1; 70 unsigned delayed:1;
71
72 unsigned read_discarded:1;
73
74 unsigned unexpected_eof:1;
75 71
76 unsigned deferred_accept:1; 72 unsigned deferred_accept:1;
77 73
78 /* the pending eof reported by kqueue or in aio chain operation */ 74 /* the pending eof reported by kqueue or in aio chain operation */
79 unsigned pending_eof:1; 75 unsigned pending_eof:1;