From 035c394738874065e7f28a3d7652b777297271f8 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 8 Feb 2018 10:46:06 -0800 Subject: rfnoc: Refactor radio_ctrl_impl, remove some Boost - Replaces some very verbose boost::bind() with simpler lambdas - Replaces some boost:tuple with std::tuple - Replaces some Boost locks with std locks --- host/lib/rfnoc/radio_ctrl_impl.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib/rfnoc/radio_ctrl_impl.hpp') diff --git a/host/lib/rfnoc/radio_ctrl_impl.hpp b/host/lib/rfnoc/radio_ctrl_impl.hpp index 85ae860d4..953807407 100644 --- a/host/lib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/rfnoc/radio_ctrl_impl.hpp @@ -14,6 +14,7 @@ #include #include #include +#include //! Shorthand for radio block constructor #define UHD_RFNOC_RADIO_BLOCK_CONSTRUCTOR_DECL(CLASS_NAME) \ @@ -209,7 +210,7 @@ protected: // TODO see what's protected and what's private //! There is always only one time core per radio time_core_3000::sptr _time64; - boost::mutex _mutex; + std::mutex _mutex; private: /************************************************************************ -- cgit v1.2.3