Adjust replication context to match vnet_buffer(b)

Fixes a coverity warning, albeit not a serious issue.

Change-Id: I0fa28342ac4b222c1ba7f7f2befde455fd42d682
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2017-07-15 08:56:22 -04:00
committed by Florin Coras
parent 3eb5062b40
commit 365a2b8510

View File

@ -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 */