diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-02 11:18:28 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-02 14:05:40 -0700 |
commit | 72a3fe550fcbd3c7b667fb3e7cbed82eecc045f7 (patch) | |
tree | 0b0ff41b36ce58f5600fab7fbdfd91e3c6d24d0a /host/lib/transport/udp_zero_copy.cpp | |
parent | 9dec0b7e8b6bec2350994eef5980234e76f8fc67 (diff) | |
download | uhd-72a3fe550fcbd3c7b667fb3e7cbed82eecc045f7.tar.gz uhd-72a3fe550fcbd3c7b667fb3e7cbed82eecc045f7.tar.bz2 uhd-72a3fe550fcbd3c7b667fb3e7cbed82eecc045f7.zip |
transport: switch to the atomic claimer
This wont have much effect because the buffers
are not currently used in any queue by the caller
Diffstat (limited to 'host/lib/transport/udp_zero_copy.cpp')
-rw-r--r-- | host/lib/transport/udp_zero_copy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/udp_zero_copy.cpp b/host/lib/transport/udp_zero_copy.cpp index 9765c19c0..9125be53a 100644 --- a/host/lib/transport/udp_zero_copy.cpp +++ b/host/lib/transport/udp_zero_copy.cpp @@ -16,12 +16,12 @@ // #include "udp_common.hpp" -#include "simple_claimer.hpp" #include <uhd/transport/udp_zero_copy.hpp> #include <uhd/transport/udp_simple.hpp> //mtu #include <uhd/transport/buffer_pool.hpp> #include <uhd/utils/msg.hpp> #include <uhd/utils/log.hpp> +#include <uhd/utils/atomic.hpp> #include <boost/format.hpp> #include <boost/make_shared.hpp> #include <vector> |