mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 12:43:28 +02:00
Several parts of the code need to access the next node but don't start from a node but a tagged parent link. Even eb32sc_next() does this. Let's provide this function to prepare a cleanup for the lookup function.