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:
Thierry FOURNIER 2013-11-26 09:54:50 +01:00 committed by Willy Tarreau
parent b805f71d1b
commit fdbf4842b6

View File

@ -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 */