summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h1
1 files changed, 1 insertions, 0 deletions
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<uint32_t>::iterator flow_stat_active_it_t;
typedef std::vector<cpu_vct_st> cpu_util_full_t;
typedef std::vector<std::string> xstats_names_t;
typedef std::vector<uint64_t> xstats_values_t;
+typedef std::vector<uint32_t> supp_speeds_t;
#endif