acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output
[vpp.git] / src / vlib / main.h
index 4e48d1d..57b1efb 100644 (file)
@@ -58,6 +58,7 @@
 
 typedef struct vlib_main_t
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   /* Instruction level timing state. */
   clib_time_t clib_time;