comparison src/http/ngx_http_upstream_round_robin.h @ 6708:4080f94a996f

Modules compatibility: slow start fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2016 18:06:00 +0300
parents 29bf0dbc0a77
children fd5c2781460b
comparison
equal deleted inserted replaced
6707:1c9863f9592e 6708:4080f94a996f
33 time_t accessed; 33 time_t accessed;
34 time_t checked; 34 time_t checked;
35 35
36 ngx_uint_t max_fails; 36 ngx_uint_t max_fails;
37 time_t fail_timeout; 37 time_t fail_timeout;
38 ngx_msec_t slow_start;
39 ngx_msec_t start_time;
38 40
39 ngx_uint_t down; /* unsigned down:1; */ 41 ngx_uint_t down; /* unsigned down:1; */
40 42
41 #if (NGX_HTTP_SSL) 43 #if (NGX_HTTP_SSL)
42 void *ssl_session; 44 void *ssl_session;