]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: split dumpstats.h in stats.h and cli.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 21 Nov 2016 16:49:11 +0000 (17:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commit9ed6203aef1e319d6a76c36d109ad9cc7c39bd36
tree7fff3b5bd02ba314a71a5552f0be54940dcdcfe7
parent74c24fb071ed9b76e10e12c237d2e7d3ff4025d8
REORG: cli: split dumpstats.h in stats.h and cli.h

proto/dumpstats.h has been split in 4 files:

  * proto/cli.h  contains protypes for the CLI
  * proto/stats.h contains prototypes for the stats
  * types/cli.h contains definition for the CLI
  * types/stats.h contains definition for the stats
12 files changed:
include/proto/cli.h [new file with mode: 0644]
include/proto/stats.h [new file with mode: 0644]
include/types/cli.h [new file with mode: 0644]
include/types/stats.h [moved from include/proto/dumpstats.h with 61% similarity]
src/cfgparse.c
src/checks.c
src/cli.c
src/hlua.c
src/hlua_fcn.c
src/proto_http.c
src/stats.c
src/stream.c