comparison src/http/ngx_http_upstream.h @ 3795:254c09d0f791

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Nov 2010 13:58:28 +0000
parents b0a0686a85bb
children 215fe9223419
comparison
equal deleted inserted replaced
3794:147d8a86dd02 3795:254c09d0f791
51 ngx_uint_t bl_state; 51 ngx_uint_t bl_state;
52 52
53 ngx_uint_t status; 53 ngx_uint_t status;
54 time_t response_sec; 54 time_t response_sec;
55 ngx_uint_t response_msec; 55 ngx_uint_t response_msec;
56 off_t response_length; 56 off_t response_length;
57 57
58 ngx_str_t *peer; 58 ngx_str_t *peer;
59 } ngx_http_upstream_state_t; 59 } ngx_http_upstream_state_t;
60 60
61 61