diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 07:05:29 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 07:05:29 +0000 |
| commit | 5bf3d25d69ecdbccaa98beeb089a7a6850529b89 (patch) | |
| tree | 1bc211941faf078f87f79bea1f2703e3190483fa /src/event/ngx_event_pipe.h | |
| parent | 419f9aceb4d994c2f7f51400f59fb2da0ed666d4 (diff) | |
| download | nginx-5bf3d25d69ecdbccaa98beeb089a7a6850529b89.tar.gz nginx-5bf3d25d69ecdbccaa98beeb089a7a6850529b89.tar.bz2 | |
nginx-0.0.1-2003-10-22-11:05:29 import
Diffstat (limited to 'src/event/ngx_event_pipe.h')
| -rw-r--r-- | src/event/ngx_event_pipe.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/event/ngx_event_pipe.h b/src/event/ngx_event_pipe.h index aef80de03..a928145f4 100644 --- a/src/event/ngx_event_pipe.h +++ b/src/event/ngx_event_pipe.h @@ -39,13 +39,16 @@ struct ngx_event_pipe_s { unsigned read:1; unsigned cachable:1; unsigned upstream_done:1; - unsigned upstream_eof:1; unsigned upstream_error:1; + unsigned upstream_eof:1; + unsigned upstream_blocked:1; unsigned downstream_done:1; unsigned downstream_error:1; + unsigned cyclic_temp_file:1; int hunks; ngx_bufs_t bufs; + ngx_hunk_tag_t tag; size_t max_busy_len; @@ -65,6 +68,7 @@ struct ngx_event_pipe_s { ngx_file_t *temp_file; ngx_path_t *temp_path; char *temp_file_warn; + /* STUB */ int num; }; |
