comparison src/core/ngx_buf.h @ 3053:0d253659da12

directio_alignment
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 08:15:55 +0000
parents 6060225e9261
children 4c90c9129a82
comparison
equal deleted inserted replaced
3052:6060225e9261 3053:0d253659da12
88 unsigned unaligned:1; 88 unsigned unaligned:1;
89 #endif 89 #endif
90 unsigned need_in_memory:1; 90 unsigned need_in_memory:1;
91 unsigned need_in_temp:1; 91 unsigned need_in_temp:1;
92 92
93 off_t alignment;
94
93 ngx_pool_t *pool; 95 ngx_pool_t *pool;
94 ngx_int_t allocated; 96 ngx_int_t allocated;
95 ngx_bufs_t bufs; 97 ngx_bufs_t bufs;
96 ngx_buf_tag_t tag; 98 ngx_buf_tag_t tag;
97 99