From acd1f6d91e7cb0c2d3dd76581ec8ee4b7acd9a4b Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Wed, 3 Jan 2018 10:43:19 -0800 Subject: mpm: Increase RPC timeout during update_component Increases the host's timeout during update_component times, then resets it to the default RPC timeout after the call is complete. Reviewed-by: Martin Braun --- host/lib/usrp/mpmd/mpmd_impl.hpp | 3 +++ 1 file changed, 3 insertions(+) (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 79ab18aa3..6d7b93b10 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -106,6 +106,9 @@ 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(); + private: /************************************************************************* * Private methods -- cgit v1.2.3