mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 08:23:37 +02:00
Implement MT_LIST_POP_LOCKED(), that behaves as MT_LIST_POP() and removes the first element from the list, if any, but keeps it locked. This should be backported to 3.2, as it will be use in a bug fix in the stick tables that affects 3.2 too.