]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move backend.h to haproxy/backend{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 20:50:02 +0000 (22:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit4980160eccaef7d2671a123f9e5af88d0cfead2c
tree1bb757b2197752c4f372b36238b400f0cfe52654
parent6c58ab03043da2fd618b0ad91ac4f632cf347f48
REORG: include: move backend.h to haproxy/backend{,-t}.h

The files remained mostly unchanged since they were OK. However, half of
the users didn't need to include them, and about as many actually needed
to have it and used to find functions like srv_currently_usable() through
a long chain that broke when moving the file.
22 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/backend-t.h [moved from include/types/backend.h with 98% similarity]
include/haproxy/backend.h [moved from include/proto/backend.h with 96% similarity]
include/haproxy/proxy-t.h
include/proto/queue.h
src/backend.c
src/cfgparse.c
src/check.c
src/cli.c
src/flt_spoe.c
src/haproxy.c
src/http_ana.c
src/lb_chash.c
src/lb_fas.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/proxy.c
src/queue.c
src/server.c
src/stats.c
src/stream.c