]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 07:08:41 +0000 (09:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit87735330d194056a2ff3a7e79a24021ef6febe3e
treef37ad9d2e93266fdd31382a2c55b8eb097573885
parentc6fe884c743aee70daf5f26da822d2da44ca5f5d
REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h

A few includes had to be added, namely list-t.h in the type file and
types/proxy.h in the proto file. actions.h was including http-htx.h
but didn't need it so it was dropped.
26 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/http_htx-t.h [moved from include/types/http_htx.h with 95% similarity]
include/haproxy/http_htx.h [moved from include/proto/http_htx.h with 95% similarity]
include/types/action.h
include/types/http_ana.h
src/51d.c
src/backend.c
src/cache.c
src/cfgparse-listen.c
src/checks.c
src/da.c
src/fcgi-app.c
src/filters.c
src/flt_http_comp.c
src/flt_trace.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_fetch.c
src/http_htx.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/stats.c
src/stream_interface.c
src/wurfl.c