From 2dab6b6d09f9f1474d2ade6b465ebfa5ce3b3f5e Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sat, 22 Oct 2016 10:38:27 +0200 Subject: dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov --- src/trex_defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trex_defs.h') diff --git a/src/trex_defs.h b/src/trex_defs.h index d8139a83..8a4bf664 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -55,5 +55,6 @@ typedef std::set::iterator flow_stat_active_it_t; typedef std::vector cpu_util_full_t; typedef std::vector xstats_names_t; typedef std::vector xstats_values_t; +typedef std::vector supp_speeds_t; #endif -- cgit 1.2.3-korg