commit | eb0595d039b5e5c56bf3f574ec7e364d926c406b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 20 14:13:46 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 20 17:17:39 2021 +0100 |
tree | faf743703370c394839a45475ac4d47727dc189c | |
parent | 45fd1030d5eebb318fbcf70adadfcc1ff6b261b3 [diff] |
CLEANUP: cli: make "show fd" use a const connection to access other fields Over time the code has uglified, casting fdt.owner as a struct connection for about everything. Let's have a const struct connection* there and take this opportunity for passing all fields as const as well. Additionally a misplaced closing parenthesis on the output was fixed.