commit | b128f49d890b391de0c936d36f046b9d7bcd2815 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 19:11:05 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | 1581dc1c023d9ada71e5b28536efb17f2ec8eca8 | |
parent | 4df54eb15177f2b661d9c39e45f36c05e93830f8 [diff] |
CLEANUP: cli: make "show cli sockets" use its own context Let's create a show_sock_ctx to store the bind_conf and the listener. The entry is reserved when entering the I/O handler since there's no parser here. That's fine because the function doesn't touch the area.