aboutsummaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/bihash_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/bihash_template.c')
-rw-r--r--vppinfra/vppinfra/bihash_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/bihash_template.c b/vppinfra/vppinfra/bihash_template.c
index 2ad82930..4b0b4257 100644
--- a/vppinfra/vppinfra/bihash_template.c
+++ b/vppinfra/vppinfra/bihash_template.c
@@ -321,7 +321,7 @@ unlock:
}
int BV (clib_bihash_search)
- (BVT (clib_bihash) * h,
+ (const BVT (clib_bihash) * h,
BVT (clib_bihash_kv) * search_key, BVT (clib_bihash_kv) * valuep)
{
u64 hash;