MINOR: action: add a new ACT_F_CFG_PARSER origin designation
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 10:11:34 +0000 (11:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 15:23:45 +0000 (16:23 +0100)
commit01d580ae86c87cbb5d6db16efdfdc709de1b92b2
tree0e32c5ab3c6982dfae99d8b8cbefa3135ecadc8e
parentf9a7a8fd8e9993523864837330d75ce24fc7b6a3
MINOR: action: add a new ACT_F_CFG_PARSER origin designation

In order to process samples from the config file we'll need rules as
well, and these rules will have to be marked as coming from the
config parser. This new origin is used for this.
include/haproxy/action-t.h
src/vars.c