]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: peers: export functions that use locks
authorWilly Tarreau <w@1wt.eu>
Tue, 9 Sep 2025 06:03:21 +0000 (08:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Sep 2025 15:56:14 +0000 (17:56 +0200)
commit0f33a55171ede070d182df9e08b7293e543ca416
treef466f8ff0d35eb399ac72d7f0c4d4574a68921fd
parent25195ba1e77df8297b3361b275f5e4430e2729d8
DEBUG: peers: export functions that use locks

The following functions take locks and are often involved in warnings
but are currently not resolved, so let's export them so that they are
properly decoded:

  peer_prepare_updatemsg(), peer_send_teachmsgs(),
  peer_treat_updatemsg(), peer_send_msgs(), peer_io_handler()

This should be backported to 3.2.
src/peers.c