summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/trex_rpc_async_server.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-06-01 15:52:00 +0300
committerimarom <imarom@cisco.com>2016-06-02 13:45:12 +0300
commit3c4a29e15f3663f6413fbee2562d7d0aa4e2f80d (patch)
treec9742549ad7a8013f43077dceb5fa9eacf0aaadf /src/rpc-server/trex_rpc_async_server.h
parentb639fb458fb2388164adaf45c4e947a2af2ca0e1 (diff)
watchdog phase 2
Diffstat (limited to 'src/rpc-server/trex_rpc_async_server.h')
-rw-r--r--src/rpc-server/trex_rpc_async_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc-server/trex_rpc_async_server.h b/src/rpc-server/trex_rpc_async_server.h
index 80d92c2f..daefa174 100644
--- a/src/rpc-server/trex_rpc_async_server.h
+++ b/src/rpc-server/trex_rpc_async_server.h
@@ -33,7 +33,7 @@ limitations under the License.
class TrexRpcServerAsync : public TrexRpcServerInterface {
public:
- TrexRpcServerAsync(const TrexRpcServerConfig &cfg, std::mutex *lock = NULL);
+ TrexRpcServerAsync(const TrexRpcServerConfig &cfg);
protected:
void _prepare();