aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_pipe.h')
-rw-r--r--src/event/ngx_event_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/ngx_event_pipe.h b/src/event/ngx_event_pipe.h
index fc68cc6e7..662d65f70 100644
--- a/src/event/ngx_event_pipe.h
+++ b/src/event/ngx_event_pipe.h
@@ -39,6 +39,7 @@ struct ngx_event_pipe_s {
unsigned read:1;
unsigned cachable:1;
unsigned single_buf:1;
+ unsigned free_bufs:1;
unsigned upstream_done:1;
unsigned upstream_error:1;
unsigned upstream_eof:1;