aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib')
-rw-r--r--src/vlib/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h
index ee3aded6068..db8d4246f03 100644
--- a/src/vlib/node.h
+++ b/src/vlib/node.h
@@ -503,6 +503,8 @@ typedef struct vlib_node_runtime_t
zero before first run of this
node. */
+ CLIB_ALIGN_MARK (runtime_data_pad, 8);
+
u8 runtime_data[0]; /**< Function dependent
node-runtime data. This data is
thread local, and it is not