Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / vnet / mfib / mfib_table.h
index 63af25b..b8ade8b 100644 (file)
  */
 typedef struct mfib_table_t_
 {
+    /**
+     * Required for pool_get_aligned
+     */
+    CLIB_CACHE_LINE_ALIGN_MARK(cacheline0);
+
     /**
      * A union of the protocol specific FIBs that provide the
      * underlying LPM mechanism.