commit | 76e84f50919be89d8c7c0af4e9dd2be95cf45036 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 14 16:50:58 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 14 19:33:17 2019 +0100 |
tree | 1c88b4eca114a379a33bc20544dde9553513d579 | |
parent | a9a7249966683eeb0e474c80589cbc1fc5c29f8a [diff] |
MINOR: backend: move hash_balance_factor out of chash This one is a proxy option which can be inherited from defaults even if the LB algo changes. Move it out of the lb_chash struct so that we don't need to keep anything separate between these structs. This will allow us to merge them into an union later. It even takes less room now as it fills a hole and removes another one.