diff options
Diffstat (limited to 'host/lib/usrp/mpmd')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index 1caec550e..747bd87a6 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -118,6 +118,9 @@ mpmd_impl::mpmd_impl(const device_addr_t& device_addr) UHD_HERE(); std::cout << ex.what() << std::endl; } + + + // FIXME pass in a reference to the rpc client for all childs of rpc_block_ctrl } mpmd_impl::~mpmd_impl() {} |