diff options
author | 2016-05-09 18:35:12 +0300 | |
---|---|---|
committer | 2016-05-09 18:35:12 +0300 | |
commit | 4d319010eaeb17cce9af55ef00feb71a6930c931 (patch) | |
tree | f24ff342607de2985cf70a83fa56af1bf9aaa863 /src/rpc-server | |
parent | 8b4df27252f317b33e11a626997748971625a47c (diff) |
fix cache splitter
Diffstat (limited to 'src/rpc-server')
-rw-r--r-- | src/rpc-server/commands/trex_rpc_cmd_stream.cpp | 1 |
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 ¶ms, 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); |