From 4d319010eaeb17cce9af55ef00feb71a6930c931 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 9 May 2016 18:35:12 +0300 Subject: fix cache splitter --- src/rpc-server/commands/trex_rpc_cmd_stream.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc-server/commands/trex_rpc_cmd_stream.cpp') 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); -- cgit 1.2.3-korg