vcl: add apis that expos fifo as buffer
[vpp.git] / src / vcl / vcl_private.h
index 11d957a..5f3c1ec 100644 (file)
@@ -139,6 +139,7 @@ do {                                            \
 
 typedef struct
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
 #define _(type, name) type name;
   foreach_app_session_field
 #undef _