]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: add a new CLI_PARSER context for samples
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 14:29:35 +0000 (15:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 15:34:53 +0000 (16:34 +0100)
commitdb5e0dbea968a970de4cfd1acb98613ee31cf175
tree19679aaea48aa0ecf6d8808e806e45f0dfbc5fad
parent9fdf342ca94919d32bf42647fb4524301c780580
MINOR: sample: add a new CLI_PARSER context for samples

In order to prepare for supporting calling sample expressions from the
CLI, let's create a new CLI_PARSER parsing context. This one supports
constants and internal samples only.
include/haproxy/sample-t.h
src/sample.c