MINOR: mux: add a "show_fd" function to dump debugging information for "show fd"
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Mar 2018 12:41:19 +0000 (14:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Mar 2018 12:41:19 +0000 (14:41 +0200)
commitb011d8f4c4ae87f4874b636866bfc69fa44a0e49
tree4f60b4be5d8840dac8b0637c2f2683aee16ece85
parente96e61cadc85b12e26663c1b62be8a1ae60b909f
MINOR: mux: add a "show_fd" function to dump debugging information for "show fd"

This function will be called from the CLI's "show fd" command to append some
extra mux-specific information that only the mux handler can decode. This is
supposed to help collect various hints about what is happening when facing
certain anomalies.
include/types/connection.h
src/cli.c