commit | f6ac365d8dac0aad8d0b8cf1cec918858ee17169 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 13 19:13:06 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 13 19:34:09 2017 +0100 |
tree | da2ac3e278bdaf86ebed82f9f55ccf4b148e6ea3 | |
parent | 52743305861bf8da7220d402c1bb0d9bba4db06b [diff] |
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.