]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 09:29:21 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit8efbdfb77b5421969ab00b679c0f5966c724758c
treed17d0e76d2ded337e78f3fa1a7b8d719033af446
parent762d7a5117d399691e7cf0938a5544fa36e42ced
REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h

No change was necessary. It still includes lots of types/* files.
23 files changed:
include/haproxy/dns-t.h
include/haproxy/obj_type-t.h [moved from include/types/obj_type.h with 94% similarity]
include/haproxy/obj_type.h [moved from include/proto/obj_type.h with 97% similarity]
include/proto/connection.h
include/proto/session.h
include/proto/stream.h
include/types/applet.h
include/types/checks.h
include/types/connection.h
include/types/listener.h
include/types/proxy.h
include/types/server.h
include/types/session.h
include/types/stream.h
include/types/stream_interface.h
src/action.c
src/backend.c
src/cfgparse.c
src/hlua.c
src/http_fetch.c
src/peers.c
src/proxy.c
src/ssl_sample.c