]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move 'show backend' to proxy.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 22 Nov 2016 11:34:16 +0000 (12:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commit933efcd01ade3b4c461a48ab2091dcc295f8d133
treed279dd306c4dd2889f931919fb97f8e9a2f66384
parent4c5b4d531cde95fdbab9c916adaa8d45ae3765b7
REORG: cli: move 'show backend' to proxy.c

Move 'show backend' CLI functions to proxy.c and use the cli keyword API
to register it on the CLI.
include/types/cli.h
src/cli.c
src/proxy.c