MINOR: queue: store a pointer to the queue into the pendconn
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Jun 2021 14:33:52 +0000 (16:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jun 2021 08:52:31 +0000 (10:52 +0200)
commit8429097c61690844caacd90ff336be8b8b4f0fd2
tree9eb289048c16ce1e96363a5c5cc9fbbe6802e5e4
parentcdc83e01922fa9bf4a9442dbaca9a2fd9e881c12
MINOR: queue: store a pointer to the queue into the pendconn

By following the queue pointer in the pendconn it will now be possible
to always retrieve the elements (index, srv, px, etc).
include/haproxy/queue-t.h
src/queue.c