comparison src/os/unix/ngx_aio.h @ 362:7650aea1816f

nginx-0.0.7-2004-06-21-19:59:32 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Jun 2004 15:59:32 +0000
parents 4a3f18406832
children da8c5707af39
comparison
equal deleted inserted replaced
361:446782c909b3 362:7650aea1816f
6 6
7 7
8 ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size); 8 ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size);
9 ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl); 9 ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl);
10 ssize_t ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size); 10 ssize_t ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size);
11 ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in); 11 ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in,
12 off_t limit);
12 13
13 14
14 #endif /* _NGX_AIO_H_INCLUDED_ */ 15 #endif /* _NGX_AIO_H_INCLUDED_ */