]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move 'show servers' to proxy.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Sat, 19 Nov 2016 01:25:36 +0000 (02:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commita6c5f3372d10c1ea01d06e56fd59972aab4b61f3
tree2ec526a42bf3d3016560b6541f411dfd935447e7
parente7ed8855de07d5a8a90b261b0061e7777a957948
REORG: cli: move 'show servers' to proxy.c

Move 'show servers' 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