summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-05-09 18:35:12 +0300
committerHanoh Haim <hhaim@cisco.com>2016-05-09 18:35:12 +0300
commit4d319010eaeb17cce9af55ef00feb71a6930c931 (patch)
treef24ff342607de2985cf70a83fa56af1bf9aaa863 /src/rpc-server/commands/trex_rpc_cmd_stream.cpp
parent8b4df27252f317b33e11a626997748971625a47c (diff)
fix cache splitter
Diffstat (limited to 'src/rpc-server/commands/trex_rpc_cmd_stream.cpp')
-rw-r--r--src/rpc-server/commands/trex_rpc_cmd_stream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc-server/commands/trex_rpc_cmd_stream.cpp b/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
index 2013c9e8..d69b7d7f 100644
--- a/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
+++ b/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
@@ -60,7 +60,6 @@ TrexRpcCmdAddStream::_run(const Json::Value &params, Json::Value &result) {
stream->m_flags = parse_int(section, "flags", result);
stream->m_action_count = parse_uint16(section, "action_count", result);
stream->m_random_seed = parse_uint32(section, "random_seed", result,0); /* default is zero */
- stream->m_cache_size = parse_uint16(section, "cache", result,0); /* default is zero */
/* inter stream gap */
stream->m_isg_usec = parse_double(section, "isg", result);