]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: Add a ref to peers section in the peer structure
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 May 2022 12:47:52 +0000 (14:47 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:22 +0000 (16:13 +0200)
commit387e79727c3b3a82937d227a79e8741ede62e6d6
tree77c4e275f0dab56eaeb7c8bd1842a6cd83eb67a6
parentaee57fc2775c8c9cdfcb83da1a72688e2fef65c0
MINOR: peers: Add a ref to peers section in the peer structure

This change is required to handle asynchrone init of the appctx. It is now
possible to directly get the peers section associated to a peer.
include/haproxy/peers-t.h
src/cfgparse.c
src/peers.c