comparison src/event/ngx_event_proxy.h @ 76:6127d7075471

nginx-0.0.1-2003-04-15-19:06:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Apr 2003 15:06:52 +0000
parents 869b10be682f
children 57c2e18d3572
comparison
equal deleted inserted replaced
75:869b10be682f 76:6127d7075471
10 #include <ngx_connection.h> 10 #include <ngx_connection.h>
11 11
12 12
13 typedef struct ngx_event_proxy_s ngx_event_proxy_t; 13 typedef struct ngx_event_proxy_s ngx_event_proxy_t;
14 14
15 typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p); 15 typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p,
16 ngx_chain_t *chain);
16 typedef int (*ngx_event_proxy_output_filter_pt)(void *data, ngx_hunk_t *hunk); 17 typedef int (*ngx_event_proxy_output_filter_pt)(void *data, ngx_hunk_t *hunk);
17 18
18 19
19 struct ngx_event_proxy_s { 20 struct ngx_event_proxy_s {
20 ngx_chain_t *read_hunks; 21 ngx_chain_t *read_hunks;