MINOR: arg: add an argument type for identifier
authorDragan Dosen <ddosen@haproxy.com>
Thu, 17 Oct 2024 08:59:01 +0000 (10:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Jan 2025 09:28:04 +0000 (10:28 +0100)
commit0f47c13330f2183bc68151e0b03cbef026129729
tree2c5f2448e7010768e97feef5f613e7d9307eb4dd
parent2f5a432d581e11f867a55979c23d7f5d214eb8fa
MINOR: arg: add an argument type for identifier

The ARGT_ID argument type may now be used to set a custom resolve
function in order to help resolve the argument string value. If the
custom resolve function is not set, the behavior is the same as of
type ARGT_STR.

(cherry picked from commit f33e9079a93ce0a22954b9423657524e81d852e8)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/arg-t.h
src/arg.c
src/sample.c