summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/trex_rpc_cmds_table.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-10 10:36:31 +0200
committerimarom <imarom@cisco.com>2015-11-10 10:36:31 +0200
commit81d551e778efbaebf9b1c71572b568a722e83364 (patch)
treead685fef799bf7a3e6a2c13f9970310974cc1ce7 /src/rpc-server/trex_rpc_cmds_table.cpp
parent6394039f728bc73918f9c0c1bb8ba5dcc85c5cb1 (diff)
added "update" command
Diffstat (limited to 'src/rpc-server/trex_rpc_cmds_table.cpp')
-rw-r--r--src/rpc-server/trex_rpc_cmds_table.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc-server/trex_rpc_cmds_table.cpp b/src/rpc-server/trex_rpc_cmds_table.cpp
index f38b4df4..a65bbccf 100644
--- a/src/rpc-server/trex_rpc_cmds_table.cpp
+++ b/src/rpc-server/trex_rpc_cmds_table.cpp
@@ -56,6 +56,7 @@ TrexRpcCommandsTable::TrexRpcCommandsTable() {
register_command(new TrexRpcCmdStopTraffic());
register_command(new TrexRpcCmdPauseTraffic());
register_command(new TrexRpcCmdResumeTraffic());
+ register_command(new TrexRpcCmdUpdateTraffic());
}
TrexRpcCommandsTable::~TrexRpcCommandsTable() {