comparison src/core/ngx_buf.h @ 2231:8564129d49b6

*) handle unaligned file part for directio *) disable sendfile in directio mode
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Sep 2008 14:48:47 +0000
parents ebc68d8ca496
children 1adec90a0e46
comparison
equal deleted inserted replaced
2230:25cf039c40bd 2231:8564129d49b6
76 ngx_chain_t *in; 76 ngx_chain_t *in;
77 ngx_chain_t *free; 77 ngx_chain_t *free;
78 ngx_chain_t *busy; 78 ngx_chain_t *busy;
79 79
80 unsigned sendfile; 80 unsigned sendfile;
81 unsigned directio;
81 unsigned need_in_memory; 82 unsigned need_in_memory;
82 unsigned need_in_temp; 83 unsigned need_in_temp;
83 84
84 ngx_pool_t *pool; 85 ngx_pool_t *pool;
85 ngx_int_t allocated; 86 ngx_int_t allocated;