From 5927d1dd045f17d4a618c5e50dd9d32bdbd4cbbb Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 7 Mar 2017 20:33:56 +0200 Subject: Revert "Got rid of get_vm_one_queue(). Separated its uses to many small attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206. --- src/debug.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 5af4eba1..d178e3af 100644 --- a/src/debug.h +++ b/src/debug.h @@ -23,7 +23,6 @@ class CTrexDebug { uint64_t m_test_drop; CPhyEthIF *m_ports; uint32_t m_max_ports; - uint32_t m_rx_q_num; int rcv_send(int port,int queue_id); int rcv_send_all(int queue_id); @@ -37,7 +36,7 @@ class CTrexDebug { int verify_hw_rules(bool recv_all); public: - CTrexDebug(CPhyEthIF *m_ports_arg, int max_ports, uint32_t rx_q_num); + CTrexDebug(CPhyEthIF *m_ports_arg, int max_ports); int test_send(uint pkt_type); }; -- cgit 1.2.3-korg