summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stream_node.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-16 10:27:32 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-16 10:27:32 +0200
commitecbb10f1ce8303c5803fa9331198ce6d98b3e3fa (patch)
tree4e9d8437b9bdda1961852c7fa2db611cd398d8cf /src/stateless/dp/trex_stream_node.h
parentaebe518a0f109f25928cf82eb998e7b7602a2c03 (diff)
add action counter
Diffstat (limited to 'src/stateless/dp/trex_stream_node.h')
-rw-r--r--src/stateless/dp/trex_stream_node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h
index db7f19e8..ab43defe 100644
--- a/src/stateless/dp/trex_stream_node.h
+++ b/src/stateless/dp/trex_stream_node.h
@@ -81,7 +81,8 @@ private:
void * m_cache_mbuf;
double m_next_time_offset; /* in sec */
- uint32_t m_pad11;
+ uint16_t m_action_counter;
+ uint16_t m_pad11;
uint32_t m_pad12;
stream_state_t m_state;