summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stream.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-05-08 13:50:57 +0300
committerHanoh Haim <hhaim@cisco.com>2016-05-08 13:50:57 +0300
commitc2912dfc5ad81e2edcf77b7ee992f92216ed0bad (patch)
tree4676234974ed4de8c804047b2e4463b893518932 /src/stateless/cp/trex_stream.h
parentf27bfbab72f9221b221a7f36f4063e9ff8e9d307 (diff)
add cache capability to stateless node object
Diffstat (limited to 'src/stateless/cp/trex_stream.h')
-rw-r--r--src/stateless/cp/trex_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stateless/cp/trex_stream.h b/src/stateless/cp/trex_stream.h
index c5bfdb98..ba5fa214 100644
--- a/src/stateless/cp/trex_stream.h
+++ b/src/stateless/cp/trex_stream.h
@@ -440,6 +440,7 @@ public:
dp->m_num_bursts = m_num_bursts;
dp->m_ibg_usec = m_ibg_usec;
dp->m_flags = m_flags;
+ dp->m_cache_size = m_cache_size;
dp->m_action_count = m_action_count;
dp->m_random_seed = m_random_seed;
@@ -514,8 +515,10 @@ public:
uint8_t m_type;
uint8_t m_port_id;
uint16_t m_flags;
+
uint32_t m_stream_id; /* id from RPC can be anything */
uint16_t m_action_count;
+ uint16_t m_cache_size;
uint32_t m_random_seed;