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/rpc-server/trex_rpc_cmds_table.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc-server/trex_rpc_cmds_table.cpp') diff --git a/src/rpc-server/trex_rpc_cmds_table.cpp b/src/rpc-server/trex_rpc_cmds_table.cpp index 7104792e..37fed848 100644 --- a/src/rpc-server/trex_rpc_cmds_table.cpp +++ b/src/rpc-server/trex_rpc_cmds_table.cpp @@ -39,6 +39,7 @@ TrexRpcCommandsTable::TrexRpcCommandsTable() { register_command(new TrexRpcCmdGetCmds()); register_command(new TrexRpcCmdGetVersion()); register_command(new TrexRpcCmdGetActivePGIds()); + register_command(new TrexRpcCmdGetCpuUtilFull()); register_command(new TrexRpcCmdGetSysInfo()); register_command(new TrexRpcCmdGetOwner()); register_command(new TrexRpcCmdAcquire()); -- cgit 1.2.3-korg