aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_hunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_hunk.h')
-rw-r--r--src/core/ngx_hunk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h
index fbaad5ee1..0d03164fc 100644
--- a/src/core/ngx_hunk.h
+++ b/src/core/ngx_hunk.h
@@ -64,6 +64,12 @@ struct ngx_chain_s {
};
+typedef struct {
+ int num;
+ ssize_t size;
+} ngx_bufs_t;
+
+
#define NGX_CHAIN_ERROR (ngx_chain_t *) NGX_ERROR