Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / vlib / unix / input.c
index 0c29844..321e443 100644 (file)
@@ -52,6 +52,7 @@
 
 typedef struct
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   int epoll_fd;
   struct epoll_event *epoll_events;
   int n_epoll_fds;