comparison src/event/ngx_event_pipe.h @ 155:46eb23d9471d

nginx-0.0.1-2003-10-22-20:38:26 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Oct 2003 16:38:26 +0000
parents eac26585476e
children 84036764e215
comparison
equal deleted inserted replaced
154:eac26585476e 155:46eb23d9471d
48 48
49 int hunks; 49 int hunks;
50 ngx_bufs_t bufs; 50 ngx_bufs_t bufs;
51 ngx_hunk_tag_t tag; 51 ngx_hunk_tag_t tag;
52 52
53 size_t max_busy_len; 53 size_t busy_size;
54 54
55 off_t temp_offset; 55 off_t temp_offset;
56 off_t max_temp_file_size; 56 off_t max_temp_file_size;
57 int temp_file_write_size; 57 int temp_file_write_size;
58 58