From 124ed644eed29ca5e245a2588eeaa8130f869223 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 12 Oct 2020 11:47:31 +0200 Subject: mpmd: Export RPC token and mb_args to the property tree There are applications (typically for debugging purposes) which need access to the token and the mb_args. They are thus published via the property tree. --- host/lib/usrp/mpmd/mpmd_mboard_impl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/mpmd/mpmd_mboard_impl.cpp') diff --git a/host/lib/usrp/mpmd/mpmd_mboard_impl.cpp b/host/lib/usrp/mpmd/mpmd_mboard_impl.cpp index 852ece5d3..9fa0d43de 100644 --- a/host/lib/usrp/mpmd/mpmd_mboard_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_mboard_impl.cpp @@ -379,6 +379,7 @@ uhd::task::sptr mpmd_mboard_impl::claim_device_and_make_task() // Save token for both RPC clients _claim_rpc->set_token(rpc_token); rpc->set_token(rpc_token); + _token = rpc_token; // Optionally clear log buf if (mb_args.has_key("skip_oldlog")) { try { -- cgit v1.2.3