]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move 'show sess' to stream.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 21 Nov 2016 07:51:11 +0000 (08:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commit4c5b4d531cde95fdbab9c916adaa8d45ae3765b7
tree179814a7af51410f36a7247618536c9ac5708344
parenta6c5f3372d10c1ea01d06e56fd59972aab4b61f3
REORG: cli: move 'show sess' to stream.c

Move 'show sess' CLI functions to stream.c and use the cli keyword API
to register it on the CLI.

[wt: the choice of stream vs session makes sense because since 1.6 these
 really are streams that we're dumping and not sessions anymore]
include/types/cli.h
src/cli.c
src/stream.c