summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stateless_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.h')
-rw-r--r--src/stateless/cp/trex_stateless_port.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stateless/cp/trex_stateless_port.h b/src/stateless/cp/trex_stateless_port.h
index 5a1935a1..973a95c6 100644
--- a/src/stateless/cp/trex_stateless_port.h
+++ b/src/stateless/cp/trex_stateless_port.h
@@ -33,6 +33,7 @@ class TrexStreamsGraphObj;
class TrexPortMultiplier;
class RxPacketBuffer;
+
/**
* TRex port owner can perform
* write commands
@@ -382,6 +383,12 @@ public:
void stop_rx_capture();
/**
+ * status of the RX capture
+ *
+ */
+ const RXCaptureInfo &get_rx_capture_info();
+
+ /**
* fetch the RX software packets from the queue
*
*/
@@ -473,6 +480,8 @@ private:
TrexPortOwner m_owner;
int m_pending_async_stop_event;
+
+ RXCaptureInfo m_rx_capture_info;
};