comparison src/os/unix/ngx_aio_write_chain.c @ 518:86dad910eeb6 NGINX_0_8_11

nginx 0.8.11 *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 28 Aug 2009 00:00:00 +0400
parents f7cd062ee035
children d0f7a625f27c
comparison
equal deleted inserted replaced
517:15b5cddc5190 518:86dad910eeb6
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_aio.h>
11 10
12 11
13 ngx_chain_t * 12 ngx_chain_t *
14 ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit) 13 ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
15 { 14 {