vppinfra: fix vppinfra test code build
[vpp.git] / src / vppinfra / test_cuckoo_bihash.c
index 3e63f0b..e992e26 100644 (file)
@@ -134,7 +134,7 @@ w_thread (c, {
   CVT (clib_cuckoo_kv) kv;
   kv.key = tm->keys[idx];
   kv.value = *hash_get (tm->key_hash, kv.key);
-  CV (clib_cuckoo_add_del) (&tm->ch, &kv, op);
+  CV (clib_cuckoo_add_del) (&tm->ch, &kv, op, 0);
 });
 /* *INDENT-ON* */