diff options
Diffstat (limited to 'src/stream/ngx_stream_upstream_round_robin.h')
| -rw-r--r-- | src/stream/ngx_stream_upstream_round_robin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream_round_robin.h b/src/stream/ngx_stream_upstream_round_robin.h index 8b5840809..9540c1278 100644 --- a/src/stream/ngx_stream_upstream_round_robin.h +++ b/src/stream/ngx_stream_upstream_round_robin.h @@ -122,6 +122,7 @@ struct ngx_stream_upstream_rr_peers_s { typedef struct { + ngx_uint_t config; ngx_stream_upstream_rr_peers_t *peers; ngx_stream_upstream_rr_peer_t *current; uintptr_t *tried; |
