mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue