]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: debug: no longer set nor use TH_FL_DUMPING_OTHERS
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2025 13:35:50 +0000 (15:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2025 14:25:47 +0000 (16:25 +0200)
commit874ba2afed327c61345edcb1721fbe326fef67ce
tree4b90fb9ecf8c2abf28c8ebddf12586c7464c31c4
parent513397ac8215cdc1c0ab077a4a6809d7bd32f262
CLEANUP: debug: no longer set nor use TH_FL_DUMPING_OTHERS

TH_FL_DUMPING_OTHERS was being used to try to perform exclusion between
threads running "show threads" and those producing warnings. Now that it
is much more cleanly handled, we don't need that type of protection
anymore, which was adding to the complexity of the solution. Let's just
get rid of it.
include/haproxy/tinfo-t.h
src/debug.c
src/haproxy.c
src/wdt.c