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

The files were moved with no change. The callers were cleaned up a bit
and a few of them had channel.h removed since not needed.
37 files changed:
contrib/debug/flags.c
include/haproxy/channel-t.h [moved from include/types/channel.h with 99% similarity]
include/haproxy/channel.h [moved from include/proto/channel.h with 99% similarity]
include/haproxy/cli.h
include/haproxy/http_fetch.h
include/haproxy/stream_interface.h
include/proto/filters.h
include/proto/http_ana.h
include/types/http_ana.h
include/types/stream.h
src/acl.c
src/activity.c
src/applet.c
src/backend.c
src/cache.c
src/cfgparse.c
src/channel.c
src/cli.c
src/dns.c
src/flt_trace.c
src/frontend.c
src/h1.c
src/haproxy.c
src/hlua.c
src/http_ana.c
src/http_fetch.c
src/payload.c
src/peers.c
src/pool.c
src/proto_tcp.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/stream_interface.c
src/tcp_rules.c