diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-23 18:12:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-23 18:12:08 -0700 |
commit | 8d55b861d25671cca5011a180025bddd647b8d03 (patch) | |
tree | 1fe12e597b46d70190e0dd8d5ef075cdf87a40f1 /host/lib/usrp/usrp2/io_impl.cpp | |
parent | f97c4338458a965502d73903983ae5a3ceeebd53 (diff) | |
parent | ea82d5fe9a9cde24409c528160e6ba6f3bced41b (diff) | |
download | uhd-8d55b861d25671cca5011a180025bddd647b8d03.tar.gz uhd-8d55b861d25671cca5011a180025bddd647b8d03.tar.bz2 uhd-8d55b861d25671cca5011a180025bddd647b8d03.zip |
Merge branch 'xusrp' into libusb_win
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 ){ |