mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 08:13:43 +02:00
In the scheduler we always have to loop back to the beginning after we don't find the last entry, so let's implement this in a new lookup function instead. The resulting code is slightly faster, mostly due to the fact that there's much less inlined code in the fast path.