]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: split dumpstats.c in src/cli.c and src/stats.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 21 Nov 2016 16:18:36 +0000 (17:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commit74c24fb071ed9b76e10e12c237d2e7d3ff4025d8
tree1556850bf767ca1bcd89fc9a71837b8fe7f454ae
parent8e0bb0ae16599f89be3f0937c00976ef28ec7f25
REORG: cli: split dumpstats.c in src/cli.c and src/stats.c

dumpstats.c was containing either the stats code and the CLI code.
The cli code has been moved to cli.c and the stats code to stats.c
Makefile
include/proto/dumpstats.h
src/cli.c [moved from src/dumpstats.c with 56% similarity]
src/stats.c [new file with mode: 0644]