]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ebtree: specify the scope of every node inserted via eb32sc
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 13:06:50 +0000 (14:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Nov 2017 10:20:11 +0000 (11:20 +0100)
commit5d19fd479a825913a2168f0c30ff965ccca35630
treeab439e857885678c9c6a4db39f15c7df1940b20a
parentca30839a857049acc96e26a28e7515533d9ff153
MEDIUM: ebtree: specify the scope of every node inserted via eb32sc

Here we mark each visited node with the scope bits of the node being
inserted. This will allow the lookup to skip certain non-interesting
nodes.
ebtree/eb32sctree.c