Add dpdk per-interface startup config parameter to specify worker threads
[vpp.git] / vppinfra / vppinfra / bitmap.h
index 986c322..a89aa39 100644 (file)
@@ -45,6 +45,8 @@
 #include <vppinfra/error.h>
 #include <vppinfra/bitops.h>   /* for count_set_bits */
 
+typedef uword clib_bitmap_t;
+
 /* Returns 1 if the entire bitmap is zero, 0 otherwise */
 always_inline uword
 clib_bitmap_is_zero (uword * ai)