aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-14 11:51:48 -0700
committerJosh Blum <josh@joshknows.com>2010-10-14 11:51:48 -0700
commit4582a2deb385c0a4849f5d20c44a5469779bcbb2 (patch)
treea9a939d44e33b82974f07002d66d51727b668429 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent376e22ca3bf25c8d6bb53cd987b245e5b79860f9 (diff)
downloaduhd-4582a2deb385c0a4849f5d20c44a5469779bcbb2.tar.gz
uhd-4582a2deb385c0a4849f5d20c44a5469779bcbb2.tar.bz2
uhd-4582a2deb385c0a4849f5d20c44a5469779bcbb2.zip
usrp2: move udp port initialization into mboard impl so its done before async registers are setup
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 3aa6e9cd5..2531bd6cb 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -84,8 +84,8 @@ public:
usrp2_mboard_impl(
size_t index,
uhd::transport::udp_simple::sptr,
+ uhd::transport::zero_copy_if::sptr,
size_t recv_samps_per_packet,
- size_t send_bytes_per_packet,
const uhd::device_addr_t &flow_control_hints
);
~usrp2_mboard_impl(void);