From 05e93b66e9fd2df5622b025160b7ae2a2a670442 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 21 Nov 2017 10:31:22 -0800 Subject: mg: Add back _rpc_prefix --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index 433ab9a94..91a7060d6 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -190,6 +190,9 @@ private: //! Letter representation of the radio we're currently running std::string _radio_slot; + //! Prepended for all dboard RPC calls + std::string _rpc_prefix; + //! If true, this is a master radio. This attribute will go away when we // move back to 1 radio block per dboard. bool _master; -- cgit v1.2.3