diff options
-rw-r--r-- | src/vlib/node.h | 2 |
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 |