commit | cdc83e01922fa9bf4a9442dbaca9a2fd9e881c12 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 23 16:11:02 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | ce757037f9b9923bceaf5da56eed8bb96f2070c3 | |
parent | df3b0cbe31bdb15495a040437496cbdff5d494d4 [diff] |
MINOR: queue: add a pointer to the server and the proxy in the queue A queue is specific to a server or a proxy, so we don't need to place this distinction inside all pendconns, it can be in the queue itself. This commit adds the relevant fields "px" and "sv" into the struct queue, and initializes them accordingly.