comparison src/http/ngx_http_upstream_round_robin.h @ 6712:fd5c2781460b

Modules compatibility: upstream config field. It is to be used to track version of an upstream configuration used for request processing.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2016 18:06:04 +0300
parents 4080f94a996f
children 63b8b157b776
comparison
equal deleted inserted replaced
6711:90a03b1dc4db 6712:fd5c2781460b
120 120
121 #endif 121 #endif
122 122
123 123
124 typedef struct { 124 typedef struct {
125 ngx_uint_t config;
125 ngx_http_upstream_rr_peers_t *peers; 126 ngx_http_upstream_rr_peers_t *peers;
126 ngx_http_upstream_rr_peer_t *current; 127 ngx_http_upstream_rr_peer_t *current;
127 uintptr_t *tried; 128 uintptr_t *tried;
128 uintptr_t data; 129 uintptr_t data;
129 } ngx_http_upstream_rr_peer_data_t; 130 } ngx_http_upstream_rr_peer_data_t;