diff options
author | imarom <imarom@cisco.com> | 2016-06-19 18:05:54 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-06-20 11:55:13 +0300 |
commit | 3ca8be805c26eddfe40c254bdca4e5ae71eee792 (patch) | |
tree | fd2b06c04de32b6bad4f5d71203422fa7292efe2 /src/sim | |
parent | 1bc9c49fa89a3942d3d1516217635d0c6e6b0c56 (diff) |
WATCHDOG - refactor due to trex-211
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/trex_sim_stateless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/trex_sim_stateless.cpp b/src/sim/trex_sim_stateless.cpp index d3981e97..77bd4d70 100644 --- a/src/sim/trex_sim_stateless.cpp +++ b/src/sim/trex_sim_stateless.cpp @@ -200,7 +200,7 @@ SimStateless::prepare_control_plane() { m_publisher = new SimPublisher(); - TrexRpcServerConfig rpc_req_resp_cfg(TrexRpcServerConfig::RPC_PROT_MOCK, 0, NULL, NULL); + TrexRpcServerConfig rpc_req_resp_cfg(TrexRpcServerConfig::RPC_PROT_MOCK, 0, NULL); cfg.m_port_count = m_port_count; cfg.m_rpc_req_resp_cfg = &rpc_req_resp_cfg; |