diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_upstream_round_robin.h
+++ b/src/http/ngx_http_upstream_round_robin.h
@@ -35,6 +35,8 @@ struct ngx_http_upstream_rr_peer_s {
 
     ngx_uint_t                      max_fails;
     time_t                          fail_timeout;
+    ngx_msec_t                      slow_start;
+    ngx_msec_t                      start_time;
 
     ngx_uint_t                      down;          /* unsigned  down:1; */