commit | cdc9ddc8cfd2f52abb0f25dd9bf69c3686c2ad33 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 09 14:51:57 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 09 16:15:10 2022 +0200 |
tree | d3d17753ca69a32d3f90d28b94e6b0778425c117 | |
parent | 7a955b5d735e1a2457daaa6059c4edc85ab75a2f [diff] |
MINOR: flags/channel: use flag dumping for channel flags and analysers The two new functions are chn_show_analysers() and chn_show_flags(). They work on an existing buffer so one was declared in flags.c for this purpose. File flags.c does not have to know about channel flags anymore.