From 300ec24108211721d99ac9faf67fd1f91057b95b Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 2 Jun 2016 16:24:49 +0300 Subject: cpu utilization per thread + mbufs per socket + add in tui --- src/trex_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trex_defs.h') diff --git a/src/trex_defs.h b/src/trex_defs.h index 55e10fb2..62024fa8 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -37,6 +37,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_util_full_t; #endif -- cgit 1.2.3-korg