diff options
author | Trung Tran <trung.tran@ettus.com> | 2019-01-09 21:51:41 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-14 09:43:56 -0800 |
commit | a8ac2016ee18e37bddbde05bf299c97a896a7f56 (patch) | |
tree | e4d2ba326d9298764f010d9f381471a74968a024 /host/lib/include | |
parent | 654c2fece997c4708dd928625494b8b796d1b2a2 (diff) | |
download | uhd-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/include')
-rw-r--r-- | host/lib/include/uhdlib/utils/rpc.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/include/uhdlib/utils/rpc.hpp b/host/lib/include/uhdlib/utils/rpc.hpp index f1cfec06b..67f0248e6 100644 --- a/host/lib/include/uhdlib/utils/rpc.hpp +++ b/host/lib/include/uhdlib/utils/rpc.hpp @@ -242,11 +242,6 @@ class rpc_client _token = token; } - void set_timeout(size_t timeout_ms) - { - _client.set_timeout(timeout_ms); - } - private: /*! This is internal object to hold timeout of the rpc client |