]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: wdt: do not rely on threads_to_dump anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 15:26:15 +0000 (17:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:26:35 +0000 (19:26 +0200)
commit1229ef312d2155adcb359931b5fa6ca565033701
tree98362fda5085e5463585237b6d8a13dcd7b83a37
parentf7afdd910b09fd334585e62fc118d097be716350
MINOR: wdt: do not rely on threads_to_dump anymore

This flag is not needed anymore as we're already marking the waiting
threads as harmless, thus the thread's bit is already covered by this
information. The variable was unexported.
include/haproxy/debug.h
src/debug.c
src/wdt.c