From a8ac2016ee18e37bddbde05bf299c97a896a7f56 Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Wed, 9 Jan 2019 21:51:41 -0800 Subject: rpc,mpmd: replace all set_timeout() to new api Using new rpc client new API that ensure atomic setting of timeout on each rpc call. --- host/lib/usrp/mpmd/mpmd_impl.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'host/lib/usrp/mpmd/mpmd_impl.hpp') diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index b5d559e3e..b3d753949 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -136,12 +136,6 @@ class mpmd_mboard_impl uhd::device_addr_t get_rx_hints() const; uhd::device_addr_t get_tx_hints() const; - //! Set the RPC call timeout to the default value - void set_timeout_default(); - - //! Set the RPC call timeout to the value for initializations - void set_timeout_init(); - private: /*! Reference to the RPC client that handles claiming */ -- cgit v1.2.3