BIER: replace uintXX_t with uXX
[vpp.git] / src / vnet / bier / bier_fmask.h
index d5ff459..13eab53 100644 (file)
@@ -54,7 +54,7 @@ typedef struct bier_fmask_bits_t_ {
      * The total number of references to bits set on this mask
      * in effect a count of the number of children.
      */
-    uint32_t bfmb_count;
+    u32 bfmb_count;
 } bier_fmask_bits_t;
 
 /**