comparison src/core/ngx_buf.h @ 2248:1adec90a0e46

disable directio for unaligned reads in Linux
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Sep 2008 13:50:12 +0000
parents 8564129d49b6
children cc13ff6d5c07
comparison
equal deleted inserted replaced
2247:981483d63e9f 2248:1adec90a0e46
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 directio;
82 #if (NGX_HAVE_ALIGNED_DIRECTIO)
83 unsigned unaligned;
84 #endif
82 unsigned need_in_memory; 85 unsigned need_in_memory;
83 unsigned need_in_temp; 86 unsigned need_in_temp;
84 87
85 ngx_pool_t *pool; 88 ngx_pool_t *pool;
86 ngx_int_t allocated; 89 ngx_int_t allocated;