diff options
Diffstat (limited to 'src/nat_check.h')
-rwxr-xr-x | src/nat_check.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nat_check.h b/src/nat_check.h index a8424ae6..538cf888 100755 --- a/src/nat_check.h +++ b/src/nat_check.h @@ -152,6 +152,7 @@ struct CGenNodeNatInfo : public CGenNodeMsgBase { uint32_t m_pad3; #endif CNatFlowInfo m_data[MAX_NAT_FLOW_INFO]; + uint64_t m_pad4[8]; public: CNatFlowInfo * get_next_msg() { @@ -178,6 +179,7 @@ struct CGenNodeLatencyPktInfo : public CGenNodeMsgBase { struct rte_mbuf *m_pkt; uint32_t m_pad4[MAX_PKT_MSG_INFO]; + uint64_t m_pad5[8]; }; |