haproxy/include
Patrick Hemmer 0355dabd7c 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.
2018-08-10 15:06:27 +02:00
..
common BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" 2018-08-08 10:41:11 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: queue: replace the linked list with a tree 2018-08-10 15:06:27 +02:00
types MINOR: queue: replace the linked list with a tree 2018-08-10 15:06:27 +02:00