diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-12 12:22:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-12 12:22:29 -0700 |
commit | 0021abf18aaf3831d8aaa40574f1876c4f346a92 (patch) | |
tree | d0385274110a646dd84838c198627721d1387ce9 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 8ee3d7200169983e7a20409ed5e8c37907fe66e1 (diff) | |
download | uhd-0021abf18aaf3831d8aaa40574f1876c4f346a92.tar.gz uhd-0021abf18aaf3831d8aaa40574f1876c4f346a92.tar.bz2 uhd-0021abf18aaf3831d8aaa40574f1876c4f346a92.zip |
Created zero copy interface/framework, made use of it in usrp2 udp transport stuff.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
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 baa6530b8..be09c4ee1 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -136,7 +136,7 @@ private: (_mtu - _hdrs)/sizeof(boost::uint32_t) - uhd::transport::vrt::max_header_words32 ; - uhd::transport::smart_buffer::sptr _rx_smart_buff; + uhd::transport::managed_recv_buffer::sptr _rx_smart_buff; boost::asio::const_buffer _rx_copy_buff; size_t _fragment_offset_in_samps; void io_init(void); |