comparison src/os/win32/ngx_files.h @ 3178:975f0558aab3

read_ahead
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Sep 2009 13:21:52 +0000
parents 635c0006441e
children 26784c34e8be
comparison
equal deleted inserted replaced
3177:adc4fc0c3cc3 3178:975f0558aab3
230 off_t offset); 230 off_t offset);
231 231
232 ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce, 232 ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce,
233 off_t offset, ngx_pool_t *pool); 233 off_t offset, ngx_pool_t *pool);
234 234
235 ngx_int_t ngx_read_ahead(ngx_fd_t fd, size_t n);
236 #define ngx_read_ahead_n "ngx_read_ahead_n"
235 237
236 ngx_int_t ngx_directio_on(ngx_fd_t fd); 238 ngx_int_t ngx_directio_on(ngx_fd_t fd);
237 #define ngx_directio_on_n "ngx_directio_on_n" 239 #define ngx_directio_on_n "ngx_directio_on_n"
238 240
239 ngx_int_t ngx_directio_off(ngx_fd_t fd); 241 ngx_int_t ngx_directio_off(ngx_fd_t fd);