From e0ca7a226fd37023ff8a9d80e46403a34492c1d7 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 5 Jun 2016 01:16:11 +0300 Subject: cpu utilization: don't return vectors, only change passed arguments. --- src/trex_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/trex_defs.h') diff --git a/src/trex_defs.h b/src/trex_defs.h index 62024fa8..bbf3f3ba 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -15,6 +15,7 @@ limitations under the License. */ #include #include +#include #ifndef __TREX_DEFS_H__ #define __TREX_DEFS_H__ @@ -38,5 +39,6 @@ limitations under the License. typedef std::set flow_stat_active_t; typedef std::set::iterator flow_stat_active_it_t; typedef std::vector> cpu_util_full_t; +typedef std::vector cpu_vct_t; #endif -- cgit 1.2.3-korg