aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-17 23:54:19 -0700
committerJosh Blum <josh@joshknows.com>2011-07-17 23:54:19 -0700
commit6d47818032de6f05aa74d17e50363df292c50aac (patch)
tree227a24ac939875a9ede4aa7f31d30d241e1df6e6 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent7e1b2a0e3c014bc23aaa7a045efb5f1109818051 (diff)
downloaduhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.gz
uhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.bz2
uhd-6d47818032de6f05aa74d17e50363df292c50aac.zip
usrp2: use the err transport for tx/err, and rx xports are recv only
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index f2125e094..644eab824 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -99,8 +99,8 @@ private:
std::vector<rx_dsp_core_200::sptr> rx_dsps;
tx_dsp_core_200::sptr tx_dsp;
time64_core_200::sptr time64;
- std::vector<uhd::transport::zero_copy_if::sptr> dsp_xports;
- std::vector<uhd::transport::zero_copy_if::sptr> err_xports;
+ std::vector<uhd::transport::zero_copy_if::sptr> rx_dsp_xports;
+ uhd::transport::zero_copy_if::sptr tx_dsp_xport;
uhd::usrp::dboard_manager::sptr dboard_manager;
uhd::usrp::dboard_iface::sptr dboard_iface;
size_t rx_chan_occ, tx_chan_occ;