commit | 0355dabd7cf19bcb25afef41e666435f05f01e37 | [log] [tgz] |
---|---|---|
author | Patrick Hemmer <haproxy@stormcloud9.net> | Fri May 11 12:52:31 2018 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 10 15:06:27 2018 +0200 |
tree | 79bdc38f3882262b9b96c8d3accb2907af20f71f | |
parent | da282f4a8f985df16e864058cb3a56b9c0e5f957 [diff] |
MINOR: queue: replace the linked list with a tree We'll need trees to manage the queues by priorities. This change replaces the list with a tree based on a single key. It's effectively a list but allows us to get rid of the list management right now.