comparison src/event/ngx_event.h @ 520:d41628eb4d0a NGINX_0_8_12

nginx 0.8.12 *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Aug 2009 00:00:00 +0400
parents 86dad910eeb6
children d0f7a625f27c
comparison
equal deleted inserted replaced
519:1fd1b769cd78 520:d41628eb4d0a
207 #else 207 #else
208 ngx_err_t err; 208 ngx_err_t err;
209 size_t nbytes; 209 size_t nbytes;
210 #endif 210 #endif
211 211
212 #if (NGX_HAVE_AIO_SENDFILE)
213 off_t last_offset;
214 #endif
215
212 ngx_aiocb_t aiocb; 216 ngx_aiocb_t aiocb;
213 ngx_event_t event; 217 ngx_event_t event;
214 }; 218 };
215 219
216 #endif 220 #endif