diff options
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r-- | src/core/ngx_buf.h | 2 |
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; |