comparison src/event/ngx_event_proxy.h @ 145:58557d0cccd1

nginx-0.0.1-2003-10-13-20:32:29 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Oct 2003 16:32:29 +0000
parents 5526213be452
children be71fca7f9d7
comparison
equal deleted inserted replaced
144:ef8c87afcfc5 145:58557d0cccd1
47 unsigned downstream_error:1; 47 unsigned downstream_error:1;
48 48
49 int upstream_level; 49 int upstream_level;
50 int downstream_level; 50 int downstream_level;
51 51
52 int allocated; 52 int hunks;
53 int block_size; 53 ngx_bufs_t bufs;
54 int max_block_size;
55 54
56 off_t temp_offset; 55 off_t temp_offset;
57 off_t max_temp_file_size; 56 off_t max_temp_file_size;
58 int temp_file_write_size; 57 int temp_file_write_size;
59 58