From ef06648615d6ce6e000e6c737f80c2ba9fa04d3a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 21 Jun 2004 15:59:32 +0000 Subject: nginx-0.0.7-2004-06-21-19:59:32 import --- src/core/ngx_buf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ngx_buf.h') diff --git a/src/core/ngx_buf.h b/src/core/ngx_buf.h index 301d8f794..1927ed415 100644 --- a/src/core/ngx_buf.h +++ b/src/core/ngx_buf.h @@ -127,6 +127,7 @@ typedef struct { ngx_chain_t **last; ngx_connection_t *connection; ngx_pool_t *pool; + off_t limit; } ngx_chain_writer_ctx_t; -- cgit v1.2.3