]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: split ha_thread_dump() in two parts
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 11:45:57 +0000 (13:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 13:42:07 +0000 (15:42 +0200)
commit2036f5bba1637c8dad3eca577aa3bed4cc53caaf
tree91ceba5130b6a44f472cf43a0765fb54996ca0d6
parenta6698304e03847f3e114b22b4229b382f3ddffd1
MINOR: debug: split ha_thread_dump() in two parts

We want to have a function to trigger the dump and another one to wait
for it to be completed. This will be important to permit panic dumps to
be done on local threads. For now this does not change anything, as the
function still calls the two new functions one after the other.
src/debug.c