From 72a3fe550fcbd3c7b667fb3e7cbed82eecc045f7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 2 Jul 2012 11:18:28 -0700 Subject: transport: switch to the atomic claimer This wont have much effect because the buffers are not currently used in any queue by the caller --- host/lib/transport/usb_zero_copy_wrapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib/transport/usb_zero_copy_wrapper.cpp') diff --git a/host/lib/transport/usb_zero_copy_wrapper.cpp b/host/lib/transport/usb_zero_copy_wrapper.cpp index d59ea36ff..d04244ca9 100644 --- a/host/lib/transport/usb_zero_copy_wrapper.cpp +++ b/host/lib/transport/usb_zero_copy_wrapper.cpp @@ -15,12 +15,12 @@ // along with this program. If not, see . // -#include "simple_claimer.hpp" #include #include #include #include #include +#include #include #include #include @@ -29,6 +29,7 @@ #include #include +using namespace uhd; using namespace uhd::transport; static const boost::posix_time::time_duration AUTOFLUSH_TIMEOUT(boost::posix_time::milliseconds(1)); -- cgit v1.2.3