comparison src/event/ngx_event.h @ 6602:bcd442b585f0

Removed unused flag accept_context_updated from ngx_event_t. Also, removed practically unused flag accept_context_updated from ngx_connection_t.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 29 Jun 2016 14:30:00 +0300
parents f7849bfb6d21
children 6acaa638fa07
comparison
equal deleted inserted replaced
6601:d452cb27639f 6602:bcd442b585f0
73 /* to test on worker exit */ 73 /* to test on worker exit */
74 unsigned channel:1; 74 unsigned channel:1;
75 unsigned resolver:1; 75 unsigned resolver:1;
76 76
77 unsigned cancelable:1; 77 unsigned cancelable:1;
78
79 #if (NGX_WIN32)
80 /* setsockopt(SO_UPDATE_ACCEPT_CONTEXT) was successful */
81 unsigned accept_context_updated:1;
82 #endif
83 78
84 #if (NGX_HAVE_KQUEUE) 79 #if (NGX_HAVE_KQUEUE)
85 unsigned kq_vnode:1; 80 unsigned kq_vnode:1;
86 81
87 /* the pending errno reported by kqueue */ 82 /* the pending errno reported by kqueue */