summaryrefslogtreecommitdiffstats
path: root/src/nat_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat_check.h')
-rwxr-xr-xsrc/nat_check.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/nat_check.h b/src/nat_check.h
index 18add5e0..a8424ae6 100755
--- a/src/nat_check.h
+++ b/src/nat_check.h
@@ -171,10 +171,11 @@ public:
struct CGenNodeLatencyPktInfo : public CGenNodeMsgBase {
uint8_t m_dir;
uint16_t m_latency_offset;
- #if __x86_64__
- uint32_t m_pad3;
-#endif
- struct rte_mbuf * m_pkt;
+
+ uint8_t m_update_ts;
+ uint8_t m_pad3[3];
+
+ struct rte_mbuf *m_pkt;
uint32_t m_pad4[MAX_PKT_MSG_INFO];
};