mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 10:03:00 +02:00
MINOR: sample: list registered sample converter functions
Similar to the sample fetch keywords, let's also list the converter keywords. They're much simpler since there's no compatibility matrix. Instead the input and output types are listed. This is called by dump_registered_keywords() for the "cnv" keywords class.
This commit is contained in:
@@ -50,6 +50,7 @@ const char *sample_src_names(unsigned int use);
|
||||
const char *sample_ckp_names(unsigned int use);
|
||||
struct sample_fetch *find_sample_fetch(const char *kw, int len);
|
||||
void smp_dump_fetch_kw(void);
|
||||
void smp_dump_conv_kw(void);
|
||||
struct sample_fetch *sample_fetch_getnext(struct sample_fetch *current, int *idx);
|
||||
struct sample_conv *sample_conv_getnext(struct sample_conv *current, int *idx);
|
||||
int smp_resolve_args(struct proxy *p, char **err);
|
||||
|
||||
Reference in New Issue
Block a user