aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_impl.hpp
diff options
context:
space:
mode:
authorTrung Tran <trung.tran@ettus.com>2019-01-09 21:51:41 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-01-14 09:43:56 -0800
commita8ac2016ee18e37bddbde05bf299c97a896a7f56 (patch)
treee4d2ba326d9298764f010d9f381471a74968a024 /host/lib/usrp/mpmd/mpmd_impl.hpp
parent654c2fece997c4708dd928625494b8b796d1b2a2 (diff)
downloaduhd-a8ac2016ee18e37bddbde05bf299c97a896a7f56.tar.gz
uhd-a8ac2016ee18e37bddbde05bf299c97a896a7f56.tar.bz2
uhd-a8ac2016ee18e37bddbde05bf299c97a896a7f56.zip
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.
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_impl.hpp')
-rw-r--r--host/lib/usrp/mpmd/mpmd_impl.hpp6
1 files changed, 0 insertions, 6 deletions
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
*/