summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stateless_port.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-23 14:10:19 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-23 14:10:19 +0200
commit54c1f0fc29b3d4580f7a13cffbe625fe88e37b16 (patch)
tree2651b973d3b24cbf0138dc08509986d470bd0e38 /src/stateless/cp/trex_stateless_port.h
parentbd8b640077591377375f2ab5ec6c542119ead0a2 (diff)
add pause/resume into the console
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.h')
-rw-r--r--src/stateless/cp/trex_stateless_port.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stateless/cp/trex_stateless_port.h b/src/stateless/cp/trex_stateless_port.h
index 73157c15..006ec97c 100644
--- a/src/stateless/cp/trex_stateless_port.h
+++ b/src/stateless/cp/trex_stateless_port.h
@@ -207,6 +207,8 @@ public:
return m_dp_events;
}
+
+
private:
@@ -260,6 +262,9 @@ private:
/* holds the DP cores associated with this port */
std::vector<int> m_cores_id_list;
+ bool m_last_all_streams_continues;
+ double m_last_duration;
+
TrexDpPortEvents m_dp_events;
};