]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move server.h to haproxy/server{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 21:20:13 +0000 (23:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit1e56f926937b4f4b27a8fd107cb14efbc1dc2dcc
tree6bf08d1587e968996e3eb1e781a64574a5749ac8
parenta55c45470fa0e107c9196d5fc1098504a9b9b1f6
REORG: include: move server.h to haproxy/server{,-t}.h

extern struct dict server_name_dict was moved from the type file to the
main file. A handful of inlined functions were moved at the bottom of
the file. Call places were updated to use server-t.h when relevant, or
to simply drop the entry when not needed.
42 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/acl-t.h
include/haproxy/backend-t.h
include/haproxy/backend.h
include/haproxy/check.h
include/haproxy/hlua-t.h
include/haproxy/lb_fas.h
include/haproxy/lb_fwlc.h
include/haproxy/lb_fwrr.h
include/haproxy/lb_map-t.h
include/haproxy/lb_map.h
include/haproxy/obj_type.h
include/haproxy/proxy-t.h
include/haproxy/proxy.h
include/haproxy/queue.h
include/haproxy/server-t.h [moved from include/types/server.h with 97% similarity]
include/haproxy/server.h [moved from include/proto/server.h with 98% similarity]
include/haproxy/session.h
include/types/stream.h
src/backend.c
src/cfgparse-listen.c
src/cfgparse.c
src/check.c
src/cli.c
src/dns.c
src/fcgi-app.c
src/haproxy.c
src/hlua.c
src/hlua_fcn.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/proto_tcp.c
src/proxy.c
src/queue.c
src/server.c
src/ssl_sock.c
src/stats.c
src/stream.c