Skip to content
Commit 35534c86 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

radix tree: constify some pointers



If we're just getting the value of a tag, or looking up an entry,
we won't modify the radix tree, so we can declare these functions as
taking a const pointer.  Mostly for documentation purposes, though it
might help code generation.

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent 15f2e88d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment