]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move sample.h to haproxy/sample{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 13:33:47 +0000 (15:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commite6ce10be85293b4d0e54a6805d081f9e925eaf9e
tree5377fd8d1c43016557e99e802b71c2b618a151a5
parent469509b39eb23a269eb9f6c6505710945725b541
REORG: include: move sample.h to haproxy/sample{,-t}.h

This one is particularly tricky to move because everyone uses it
and it depends on a lot of other types. For example it cannot include
arg-t.h and must absolutely only rely on forward declarations to avoid
dependency loops between vars -> sample_data -> arg. In order to address
this one, it would be nice to split the sample_data part out of sample.h.
56 files changed:
contrib/mod_defender/defender.h
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/auth.h
include/haproxy/map-t.h
include/haproxy/map.h
include/haproxy/pattern-t.h
include/haproxy/payload.h
include/haproxy/sample-t.h [moved from include/types/sample.h with 98% similarity]
include/haproxy/sample.h [moved from include/proto/sample.h with 94% similarity]
include/proto/acl.h
include/proto/http_fetch.h
include/proto/protocol_buffers.h
include/proto/spoe.h
include/types/checks.h
include/types/protocol_buffers.h
include/types/proxy.h
include/types/spoe.h
include/types/stick_table.h
include/types/vars.h
src/51d.c
src/acl.c
src/backend.c
src/cfgparse-listen.c
src/cfgparse.c
src/checks.c
src/cli.c
src/connection.c
src/da.c
src/dns.c
src/fcgi-app.c
src/flt_http_comp.c
src/flt_spoe.c
src/frontend.c
src/haproxy.c
src/hlua.c
src/http_act.c
src/http_conv.c
src/http_fetch.c
src/http_htx.c
src/http_rules.c
src/listener.c
src/log.c
src/map.c
src/pattern.c
src/payload.c
src/proto_tcp.c
src/queue.c
src/sample.c
src/server.c
src/ssl_sample.c
src/stats.c
src/stick_table.c
src/stream.c
src/tcp_rules.c
src/vars.c
src/wurfl.c