]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: replace ha_thread_dump() with its two components
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 12:15:20 +0000 (14:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Oct 2024 13:42:34 +0000 (15:42 +0200)
commitafeac4bc026e64e27d99e50480bff5bc1ee60cb9
tree482eed66356b3423213a4874071e3335b162ec89
parentd7c34ba479f79ed42c709c64679b4e3d1310cddd
MINOR: debug: replace ha_thread_dump() with its two components

At the few places we were calling ha_thread_dump(), now we're
calling separately ha_thread_dump_fill() and ha_thread_dump_done()
once the data are consumed.
include/haproxy/debug.h
src/debug.c