diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-23 18:56:12 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-23 18:56:12 -0700 |
commit | 5fc96b27b9493506bd7ad60eb37f98f651de6545 (patch) | |
tree | b181775e041c3d78c641feb4080165fe96a198f4 /host/lib/usrp/usrp2/io_impl.cpp | |
parent | 1826421cd428f795b4b8cd0acdad4fea92262f72 (diff) | |
parent | ea82d5fe9a9cde24409c528160e6ba6f3bced41b (diff) | |
download | uhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.tar.gz uhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.tar.bz2 uhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.zip |
Merge branch 'xusrp'
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp index 4e883cf81..91a1b2344 100644 --- a/host/lib/usrp/usrp2/io_impl.cpp +++ b/host/lib/usrp/usrp2/io_impl.cpp @@ -189,7 +189,7 @@ bool usrp2_impl::recv_async_msg( /*********************************************************************** * Send Data **********************************************************************/ -bool get_send_buffs( +static bool get_send_buffs( const std::vector<udp_zero_copy::sptr> &trans, vrt_packet_handler::managed_send_buffs_t &buffs ){ |