summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stream_node.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-12-24 16:07:41 +0200
committerHanoh Haim <hhaim@cisco.com>2015-12-24 16:07:41 +0200
commit32bdea5fd30ffc378a213e773634015a5d5f255f (patch)
tree23afb583991085dde25a59ff0f88c81de4adc59f /src/stateless/dp/trex_stream_node.h
parent0e3021bb883b10403efab042e8c308d9fa7c4630 (diff)
add refresh option to stream - should be enabled by stream bit
Diffstat (limited to 'src/stateless/dp/trex_stream_node.h')
-rw-r--r--src/stateless/dp/trex_stream_node.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h
index c9c0de43..70a66e6a 100644
--- a/src/stateless/dp/trex_stream_node.h
+++ b/src/stateless/dp/trex_stream_node.h
@@ -331,6 +331,11 @@ public:
void Dump(FILE *fd);
+private:
+
+ void refresh_vm_bss();
+
+
} __rte_cache_aligned;
static_assert(sizeof(CGenNodeStateless) == sizeof(CGenNode), "sizeof(CGenNodeStateless) != sizeof(CGenNode)" );