MINOR: queue: create a new structure type "queue"
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jun 2021 07:21:22 +0000 (09:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Jun 2021 16:43:14 +0000 (18:43 +0200)
commiteea3817a47586eb27340f37bd77be155c679f7a0
tree5afca111fc0882c874cd09c4b3e3b7ef0ead5760
parent5941ef0a6ce20dc767a4bb5c83205b8eb0ae56ff
MINOR: queue: create a new structure type "queue"

This structure will be common to proxies and servers and will contain
everything needed to handle their respective queues. For now it's only
a tree head, a length and an index.
include/haproxy/queue-t.h