aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_buf.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-28 08:15:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-28 08:15:55 +0000
commit6fb506a21500dcdf3878d1553c57bd49d0f844b2 (patch)
tree1005ae8c25fc8bc7b169e674f3a6e1aed3810d3d /src/core/ngx_buf.h
parenta962506498d3930bea4e34bc21d261613065f98f (diff)
downloadnginx-6fb506a21500dcdf3878d1553c57bd49d0f844b2.tar.gz
nginx-6fb506a21500dcdf3878d1553c57bd49d0f844b2.zip
directio_alignment
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r--src/core/ngx_buf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_buf.h b/src/core/ngx_buf.h
index b455270ad..ba4854489 100644
--- a/src/core/ngx_buf.h
+++ b/src/core/ngx_buf.h
@@ -90,6 +90,8 @@ struct ngx_output_chain_ctx_s {
unsigned need_in_memory:1;
unsigned need_in_temp:1;
+ off_t alignment;
+
ngx_pool_t *pool;
ngx_int_t allocated;
ngx_bufs_t bufs;