mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 15:34:35 +00:00
MINOR: action: add private configuration
This private configuration pointer is used for storing some configuration data associated the keyword, So many keywords can use the same parse function, and this one can use a discriminator.
This commit is contained in:
parent
2c1068cb67
commit
7ea160cb5f
@ -154,6 +154,7 @@ struct action_kw {
|
||||
enum act_parse_ret (*parse)(const char **args, int *cur_arg, struct proxy *px,
|
||||
struct act_rule *rule, char **err);
|
||||
int match_pfx;
|
||||
void *private;
|
||||
};
|
||||
|
||||
struct action_kw_list {
|
||||
|
Loading…
Reference in New Issue
Block a user