comparison src/event/ngx_event.h @ 5896:3efdd7788bb0

Events: introduced cancelable timers.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 13 Aug 2014 22:45:04 +0400
parents 3f5f0ab59b35
children ccad84a174e0
comparison
equal deleted inserted replaced
5895:0f53e5fb7205 5896:3efdd7788bb0
134 134
135 /* to test on worker exit */ 135 /* to test on worker exit */
136 unsigned channel:1; 136 unsigned channel:1;
137 unsigned resolver:1; 137 unsigned resolver:1;
138 138
139 unsigned cancelable:1;
140
139 141
140 #if 0 142 #if 0
141 143
142 /* the threads support */ 144 /* the threads support */
143 145