comparison src/http/ngx_http_upstream.h @ 889:a9a7e4b1a72b

the previous fix does not actually fix overflow
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 Dec 2006 11:33:18 +0000
parents 4d68c486fcb0
children a0310ac2814f
comparison
equal deleted inserted replaced
888:bb6e1bbcdd67 889:a9a7e4b1a72b
33 typedef struct { 33 typedef struct {
34 ngx_msec_t bl_time; 34 ngx_msec_t bl_time;
35 ngx_uint_t bl_state; 35 ngx_uint_t bl_state;
36 36
37 ngx_uint_t status; 37 ngx_uint_t status;
38 ngx_msec_t response_time; 38 time_t response_sec;
39 ngx_uint_t response_msec;
39 40
40 ngx_str_t *peer; 41 ngx_str_t *peer;
41 } ngx_http_upstream_state_t; 42 } ngx_http_upstream_state_t;
42 43
43 44