commit | 085dafac5f399c970c1490d71be2a9dfa20b4366 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 21 15:51:47 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 22 14:24:53 2015 +0100 |
tree | 1c31ebc38b899194ad7d4855bb74a56095cd49b1 | |
parent | dbc79d0aed27bb8995827b0f0400d1e27326c991 [diff] |
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.