commit | 81c6f76d3ebefa95108eeb2fcf7aae042253810b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 18 14:57:50 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 12 12:33:05 2021 +0100 |
tree | efbce519e9e8c7fc73d8ac58a7383b1176d676f4 | |
parent | aa890aef3def1ad03b3bc4708bbf041e19a23a49 [diff] |
MINOR: connection: prepare hash calcul for server conns This is a preliminary work for the calcul of the backend connection hash. A structure conn_hash_params is the input for the operation, containing the various specific parameters of a connection. The high bits of the hash will reflect the parameters present as input. A set of macros is written to manipulate the connection hash and extract the parameters/payload.