]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: always reset the dump pointer when done
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Apr 2025 11:55:52 +0000 (13:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2025 14:25:47 +0000 (16:25 +0200)
commit5646ec4d40cd102733da12a6a2d191434b33060a
tree3d629c9c071e174c930260baef31a2184f39c201
parent6d8a523d145a559d2ba4a14b46d27c73fe914c15
MINOR: debug: always reset the dump pointer when done

We don't need to copy the old dump pointer to the thread_dump_pointer
area anymore to indicate a dump is collected. It used to be done as an
artificial way to keep the pointer for the post-mortem analysis but
since we now have this pointer stored separately, that's no longer
needed and it simplifies the mechanim to reset it.
src/debug.c