diff options
author | 2016-03-02 11:05:51 +0200 | |
---|---|---|
committer | 2016-03-02 13:35:09 +0200 | |
commit | 59a3b58d240661a2bc06c6ede473d2eda4eb5e55 (patch) | |
tree | 37dd8d43c4bc6a0421d5964d7d1c57be3cca51a2 /src/sim | |
parent | 70cfb9f88b00016f1413754e5625b5b05acc2063 (diff) |
TX barrier
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/trex_sim.h | 1 | ||||
-rw-r--r-- | src/sim/trex_sim_stateless.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/trex_sim.h b/src/sim/trex_sim.h index 3a3a62ea..59184b75 100644 --- a/src/sim/trex_sim.h +++ b/src/sim/trex_sim.h @@ -77,7 +77,6 @@ public: cfg.m_port_count = 2; cfg.m_rpc_req_resp_cfg = NULL; - cfg.m_rpc_async_cfg = NULL; cfg.m_rpc_server_verbose = false; cfg.m_platform_api = new SimPlatformApi(1); cfg.m_publisher = NULL; diff --git a/src/sim/trex_sim_stateless.cpp b/src/sim/trex_sim_stateless.cpp index 30d60b15..87c61ae2 100644 --- a/src/sim/trex_sim_stateless.cpp +++ b/src/sim/trex_sim_stateless.cpp @@ -186,7 +186,6 @@ SimStateless::prepare_control_plane() { cfg.m_port_count = m_port_count; cfg.m_rpc_req_resp_cfg = &rpc_req_resp_cfg; - cfg.m_rpc_async_cfg = NULL; cfg.m_rpc_server_verbose = false; cfg.m_platform_api = new SimPlatformApi(m_dp_core_count); cfg.m_publisher = m_publisher; |