]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move queue.h to haproxy/queue{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 20:59:39 +0000 (22:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commita55c45470fa0e107c9196d5fc1098504a9b9b1f6
tree0bb5c700711cd87e3bda60b3ede24849c85091ca
parent4980160eccaef7d2671a123f9e5af88d0cfead2c
REORG: include: move queue.h to haproxy/queue{,-t}.h

Nothing outstanding here. A number of call places were not justified and
removed.
19 files changed:
include/haproxy/queue-t.h [new file with mode: 0644]
include/haproxy/queue.h [moved from include/proto/queue.h with 94% similarity]
include/proto/server.h
include/proto/stream.h
include/types/queue.h [deleted file]
include/types/server.h
include/types/stream.h
src/backend.c
src/check.c
src/haproxy.c
src/hlua.c
src/lb_chash.c
src/lb_fas.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/queue.c
src/server.c
src/stream.c