mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-22 23:01:55 +02:00
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.