diff options
Diffstat (limited to 'src/event/ngx_event_proxy.h')
| -rw-r--r-- | src/event/ngx_event_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/event/ngx_event_proxy.h b/src/event/ngx_event_proxy.h index c1d7d1eb1..c563ea882 100644 --- a/src/event/ngx_event_proxy.h +++ b/src/event/ngx_event_proxy.h @@ -12,7 +12,8 @@ typedef struct ngx_event_proxy_s ngx_event_proxy_t; -typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p); +typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p, + ngx_chain_t *chain); typedef int (*ngx_event_proxy_output_filter_pt)(void *data, ngx_hunk_t *hunk); |
