commit | eea3817a47586eb27340f37bd77be155c679f7a0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 18 09:21:22 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 22 18:43:14 2021 +0200 |
tree | 5afca111fc0882c874cd09c4b3e3b7ef0ead5760 | |
parent | 5941ef0a6ce20dc767a4bb5c83205b8eb0ae56ff [diff] |
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.