commit | f78813f74ff78b3ad5ce9b0e689faa68126d1c98 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 29 16:51:29 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 29 18:01:37 2022 +0200 |
tree | a6c80f39a48036dc3c60be0f1c49c8a77aedd086 | |
parent | 6ff7d1b9a50ceb2032068d102abd390b33cc3885 [diff] |
MINOR: samples: add a function to list register sample fetch keywords New function smp_dump_fetch_kw lists registered sample fetch keywords with their compatibility matrix, mandatory and optional argument types, and output types. It's called from dump_registered_keywords() with class "smp".