comparison src/os/unix/ngx_aio_write_chain.c @ 3044:a1d54c705f38

*) move small declarations in appropriate places and delete the surplus header files *) delete insignificant comments
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Aug 2009 09:09:13 +0000
parents f69d1aab6a0f
children d620f497c50f
comparison
equal deleted inserted replaced
3043:a66d6dfd53f1 3044:a1d54c705f38
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 {