aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/netd/netd_impl.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-18 12:48:24 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:53 -0800
commit0e4eca71df0c8de32c954ff0d6d400e7d90dfc5e (patch)
tree8ea25af0fbb6f4d80e42d9e71ebabe541e35cb5a /host/lib/usrp/netd/netd_impl.hpp
parent06afc8eeef428d1fbd084552eaa64ef74b939d11 (diff)
downloaduhd-0e4eca71df0c8de32c954ff0d6d400e7d90dfc5e.tar.gz
uhd-0e4eca71df0c8de32c954ff0d6d400e7d90dfc5e.tar.bz2
uhd-0e4eca71df0c8de32c954ff0d6d400e7d90dfc5e.zip
mpmd: Read transport IP address from device args
Diffstat (limited to 'host/lib/usrp/netd/netd_impl.hpp')
-rw-r--r--host/lib/usrp/netd/netd_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/netd/netd_impl.hpp b/host/lib/usrp/netd/netd_impl.hpp
index ffd794735..b8a3988f2 100644
--- a/host/lib/usrp/netd/netd_impl.hpp
+++ b/host/lib/usrp/netd/netd_impl.hpp
@@ -84,6 +84,7 @@ class netd_impl : public uhd::usrp::device3_impl
private:
uhd::device_addr_t get_rx_hints(size_t mb_index);
+ uhd::device_addr_t _device_addr;
std::vector<netd_mboard_impl::uptr> _mb;
size_t _sid_framer;
};