]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: args: add type-specific flags for each arg in a list
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Jan 2015 14:51:47 +0000 (15:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Jan 2015 13:24:53 +0000 (14:24 +0100)
commit085dafac5f399c970c1490d71be2a9dfa20b4366
tree1c31ebc38b899194ad7d4855bb74a56095cd49b1
parentdbc79d0aed27bb8995827b0f0400d1e27326c991
MINOR: args: add type-specific flags for each arg in a list

These flags are meant to be used by arg checkers to pass out-of-band
information related to some args. A typical use is to indicate how a
regex is expected to be compiled/matched based on other arguments.
These flags are initialized to zero by default and it is up to the args
checkers to set them if needed.
include/types/arg.h