comparison src/event/ngx_event_accept.c @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents 5f6d848dcbef
children 19cc647ecd91
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
173 173
174 ev->available--; 174 ev->available--;
175 175
176 #elif (HAVE_KQUEUE) 176 #elif (HAVE_KQUEUE)
177 177
178 /* 178 if (ngx_event_flags & NGX_HAVE_KQUEUE_EVENT) {
179 if (ngx_event_type == NGX_HAVE_AIO_EVENT or NGX_HAVE_KQUEUE_EVENT) {
180 */
181 if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) {
182 ev->available--; 179 ev->available--;
183 } 180 }
184 181
185 #endif 182 #endif
186 } while (ev->available); 183 } while (ev->available);