]> git.kaiwu.me - haproxy.git/commit
MINOR: ebtree/scope: add a function to find next node from a parent
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Nov 2017 18:13:06 +0000 (19:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Nov 2017 18:34:09 +0000 (19:34 +0100)
commitf6ac365d8dac0aad8d0b8cf1cec918858ee17169
treeda2ac3e278bdaf86ebed82f9f55ccf4b148e6ea3
parent52743305861bf8da7220d402c1bb0d9bba4db06b
MINOR: ebtree/scope: add a function to find next node from a parent

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.
ebtree/eb32sctree.h