]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move action.h to haproxy/action{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 08:15:32 +0000 (10:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit122eba92b71052002e31de7c61ad8db0a6758080
tree426eee2a4fb544e614437f262c507b9819edd6e5
parent8c794000c43fd8770fd0739790243852d087b624
REORG: include: move action.h to haproxy/action{,-t}.h

List.h was missing for LIST_ADDQ(). A few unneeded includes of action.h
were removed from certain files.

This one still relies on applet.h and stick-table.h.
21 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/action-t.h [moved from include/types/action.h with 97% similarity]
include/haproxy/action.h [moved from include/proto/action.h with 93% similarity]
include/proto/checks.h
include/proto/dns.h
include/proto/http_rules.h
include/proto/proto_tcp.h
include/proto/stream.h
include/proto/tcp_rules.h
src/action.c
src/cache.c
src/cfgparse.c
src/checks.c
src/dns.c
src/flt_spoe.c
src/http_act.c
src/http_ana.c
src/http_rules.c
src/proto_tcp.c
src/stream.c
src/tcp_rules.c