comparison src/event/ngx_event_pipe.h @ 1714:6b81bbc36eaf stable-0.5

r1566 merge: fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:57:36 +0000
parents e2ab812358bd
children
comparison
equal deleted inserted replaced
1713:389aeafc3b84 1714:6b81bbc36eaf
45 45
46 ngx_event_pipe_output_filter_pt output_filter; 46 ngx_event_pipe_output_filter_pt output_filter;
47 void *output_ctx; 47 void *output_ctx;
48 48
49 unsigned read:1; 49 unsigned read:1;
50 unsigned cachable:1; 50 unsigned cacheable:1;
51 unsigned single_buf:1; 51 unsigned single_buf:1;
52 unsigned free_bufs:1; 52 unsigned free_bufs:1;
53 unsigned upstream_done:1; 53 unsigned upstream_done:1;
54 unsigned upstream_error:1; 54 unsigned upstream_error:1;
55 unsigned upstream_eof:1; 55 unsigned upstream_eof:1;