]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move stats.h to haproxy/stats{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 17:58:55 +0000 (19:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit2eec9b5f952e1c2d294db084bc0858c504e6f111
tree83ad1bc40b701b283027170070c50cffd070c4d1
parent3f0f82e7a9b0de66f6413fdc963095e1cc571e07
REORG: include: move stats.h to haproxy/stats{,-t}.h

Just some minor reordering, and the usual cleanup of call places for
those which didn't need it. We don't include the whole tools.h into
stats-t anymore but just tools-t.h.
21 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/stats-t.h [moved from include/types/stats.h with 98% similarity]
include/haproxy/stats.h [moved from include/proto/stats.h with 94% similarity]
src/cfgparse-listen.c
src/cfgparse.c
src/check.c
src/cli.c
src/dns.c
src/hlua.c
src/hlua_fcn.c
src/http_ana.c
src/map.c
src/peers.c
src/pool.c
src/proxy.c
src/server.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/uri_auth.c