]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move port_range.h to haproxy/port_range{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Jun 2020 17:20:59 +0000 (19:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitfc8f6a8517d3af50c536b84e4cb12cae5c460ec3
tree68e41f4be0118e20e0fcc18e7c4fa03cc91061ce
parent334099c3241345a698fbf2d9f3fc27448b79dd3d
REORG: include: move port_range.h to haproxy/port_range{,-t}.h

The port ranges didn't depend on anything. However they were missing
some includes such as stdlib and api-t.h which were added.
include/haproxy/port_range-t.h [new file with mode: 0644]
include/haproxy/port_range.h [moved from include/proto/port_range.h with 68% similarity]
include/types/connection.h
include/types/fd.h
include/types/port_range.h [deleted file]
src/checks.c
src/fd.c
src/proto_tcp.c
src/server.c