VPP-847: improve bihash template memory allocator performance
[vpp.git] / src / vppinfra / bihash_template.h
index a0a7844..4ea14ff 100644 (file)
@@ -77,6 +77,7 @@ typedef struct
   volatile u32 *writer_lock;
 
     BVT (clib_bihash_value) ** working_copies;
+  int *working_copy_lengths;
   clib_bihash_bucket_t saved_bucket;
 
   u32 nbuckets;