comparison src/core/ngx_hunk.h @ 294:5cfd65b8b0a7

nginx-0.0.3-2004-03-23-09:01:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Mar 2004 06:01:52 +0000
parents 87e73f067470
children
comparison
equal deleted inserted replaced
293:ec3c049681fd 294:5cfd65b8b0a7
90 ngx_int_t hunks; 90 ngx_int_t hunks;
91 ngx_bufs_t bufs; 91 ngx_bufs_t bufs;
92 ngx_hunk_tag_t tag; 92 ngx_hunk_tag_t tag;
93 93
94 ngx_output_chain_filter_pt output_filter; 94 ngx_output_chain_filter_pt output_filter;
95 void *output_ctx; 95 void *filter_ctx;
96 } ngx_output_chain_ctx_t; 96 } ngx_output_chain_ctx_t;
97 97
98 98
99 typedef struct { 99 typedef struct {
100 ngx_chain_t *out; 100 ngx_chain_t *out;