]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: remove the redundant process.thread_info array from post_mortem
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Oct 2024 06:47:23 +0000 (07:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Oct 2024 16:14:48 +0000 (17:14 +0100)
commit52240680f1d98cc7eb1e762a04becaf54660e96b
treeae92faa93b165f701f8b408bc58137a086c33734
parentda5cf52173853bcacb12c6ebb045fe395d4b3ba6
MINOR: debug: remove the redundant process.thread_info array from post_mortem

That one is huge and unneeded since we now have the pointer to the
whole thread_info[] array, which does contain the freshest version
of these info and many more. Let's just get rid of it entirely.
src/debug.c