diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-29 08:30:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-29 08:30:44 +0000 |
commit | b5faed2dc853ee7e6bda6004b16ceedc6c194641 (patch) | |
tree | 7812abde1b258c5e751ac6a85072c792549d55f5 /src/os/unix/ngx_aio.h | |
parent | ab0c4f5038cec58e23a023d8a1e01be038504e3e (diff) | |
download | nginx-b5faed2dc853ee7e6bda6004b16ceedc6c194641.tar.gz nginx-b5faed2dc853ee7e6bda6004b16ceedc6c194641.zip |
nginx-0.0.1-2003-10-29-11:30:44 import
Diffstat (limited to 'src/os/unix/ngx_aio.h')
-rw-r--r-- | src/os/unix/ngx_aio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_aio.h b/src/os/unix/ngx_aio.h index a37dafc6a..a357ff524 100644 --- a/src/os/unix/ngx_aio.h +++ b/src/os/unix/ngx_aio.h @@ -6,6 +6,7 @@ ssize_t ngx_aio_read(ngx_connection_t *c, char *buf, size_t size); +ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl); ssize_t ngx_aio_write(ngx_connection_t *c, char *buf, size_t size); ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in); |