]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: support decoding ha_caller type exec context
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 16:44:50 +0000 (17:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:38 +0000 (18:06 +0100)
commit2cd0cd84c65877faf87b30b7ee11f2377acdfd3a
tree514570800d1fd588fc620081bf4556f1fecca630
parent6e75da7a91215fd547cc5d2625c61e9a00576c33
MINOR: tools: support decoding ha_caller type exec context

The TH_EX_CTX_CALLER type takes an ha_caller pointer which allows a
caller to mark its caller's location using MK_CALLER().
include/haproxy/tinfo-t.h
src/tools.c