]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 19:21:03 +0000 (21:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commitc2b1ff04e5dfa38872b0e9ab9951b73452202c00
tree7b2ca67b78e3f724e26d6611f21276bfd5af355a
parentf1d32c475c3db61d15ccc6a31a7092f7fd21322f
REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h

It was moved without any change, however many callers didn't need it at
all. This was a consequence of the split of proto_http.c into several
parts that resulted in many locations to still reference it.
32 files changed:
contrib/debug/flags.c
include/haproxy/hlua-t.h
include/haproxy/http_ana-t.h [moved from include/types/http_ana.h with 97% similarity]
include/haproxy/http_ana.h [moved from include/proto/http_ana.h with 94% similarity]
include/proto/filters.h
include/types/stream.h
src/51d.c
src/backend.c
src/cache.c
src/cfgparse.c
src/da.c
src/dns.c
src/filters.c
src/flt_http_comp.c
src/flt_spoe.c
src/flt_trace.c
src/frontend.c
src/haproxy.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_fetch.c
src/http_rules.c
src/payload.c
src/proto_tcp.c
src/proxy.c
src/queue.c
src/ssl_sock.c
src/stick_table.c
src/stream.c
src/vars.c
src/wurfl.c