From 84fc182fd1021b0ad564478f284afff660a5b924 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 31 May 2016 13:57:12 +0300 Subject: add rpc command get_cpu_util_full to cpp --- 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 665c1edc..55e10fb2 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ #include +#include #ifndef __TREX_DEFS_H__ #define __TREX_DEFS_H__ @@ -36,5 +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; #endif -- cgit 1.2.3-korg