mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 10:22:18 +02:00
MINOR: sample: add ARGC_OPT
Add ARGC_OPT enum to provide more context for upcoming sample parse errors involving proxy "option" config directives.
This commit is contained in:
committed by
Christopher Faulet
parent
38ebffaf10
commit
5f7f5fe76a
@@ -83,6 +83,7 @@ enum {
|
||||
ARGC_USRV, /* use-server message */
|
||||
ARGC_HERR, /* http-error */
|
||||
ARGC_OT, /* opentracing scope args */
|
||||
ARGC_OPT, /* option directive */
|
||||
ARGC_TCO, /* tcp-request connection expression */
|
||||
ARGC_TSE, /* tcp-request session expression */
|
||||
ARGC_TRQ, /* tcp-request content expression */
|
||||
|
||||
Reference in New Issue
Block a user