mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-05 23:21:13 +01: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.