mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-07 12:49:42 +00:00
MINOR: sample: add a private field to the struct sample_conv
These flags will be used for maps, and possibly later to pass some extra information to other converters if needed.
This commit is contained in:
parent
b805f71d1b
commit
fdbf4842b6
@ -260,6 +260,7 @@ struct sample_conv {
|
||||
char **err_msg); /* argument validation function */
|
||||
unsigned int in_type; /* expected input sample type */
|
||||
unsigned int out_type; /* output sample type */
|
||||
unsigned int private; /* private values. only used by maps */
|
||||
};
|
||||
|
||||
/* sample conversion expression */
|
||||
|
Loading…
Reference in New Issue
Block a user