diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/replication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/replication.h b/src/vnet/replication.h index ce4b3ff11d0..42ec69a43ff 100644 --- a/src/vnet/replication.h +++ b/src/vnet/replication.h @@ -27,8 +27,8 @@ typedef struct { /* The entire vnet buffer header restored for each replica */ - u8 vnet_buffer[32]; /* 16B aligned to allow vector unit copy */ - u8 reserved[32]; /* space for future expansion of vnet buffer header */ + u8 vnet_buffer[40]; /* 16B aligned to allow vector unit copy */ + u8 reserved[24]; /* space for future expansion of vnet buffer header */ /* feature state used during this replication */ u64 feature_replicas; /* feature's id for its set of replicas */ |