]> git.kaiwu.me - haproxy.git/commit
MINOR: sample: also report contexts registered directly
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2026 09:59:18 +0000 (10:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:38 +0000 (18:06 +0100)
commitaa4d5dd21768e89972e1af5048e625b9e5f85320
tree0254f5d870bf7f8c05e3bc1a9bc428a069b68f1a
parent6e819dc4fa274089c774bd2080b3d7195ac0a9ab
MINOR: sample: also report contexts registered directly

With the two new context types TH_EX_CTX_SMPF/CONV, we can now also
report contexts corresponding to direct calls to sample_register_fetches()
and sample_register_convs(). In this case, the first word of the keyword
list is reported.
include/haproxy/tinfo-t.h
src/sample.c
src/tools.c