]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move protocol.h to haproxy/protocol{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Jun 2020 13:26:55 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit2dd7c35052ea7577ca1341724633b5d029fe87fc
tree5ff4987f2d094c34768e53305cca4a73665f72b9
parentfa2ef5b5eb87d40c63558ec01b86c93af3878e77
REORG: include: move protocol.h to haproxy/protocol{,-t}.h

The protocol.h files are pretty low in the dependency and (sadly) used
by some files from common/. Almost nothing was changed except lifting a
few comments.
16 files changed:
include/common/standard.h
include/haproxy/protocol-t.h [moved from include/types/protocol.h with 95% similarity]
include/haproxy/protocol.h [moved from include/proto/protocol.h with 91% similarity]
include/types/connection.h
src/backend.c
src/cfgparse-listen.c
src/cfgparse.c
src/checks.c
src/cli.c
src/haproxy.c
src/listener.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/protocol.c
src/server.c