From cbb634bc7abebba7f2865f0fec03fd504c4d2db4 Mon Sep 17 00:00:00 2001 From: Ryan Marlow Date: Wed, 13 Jun 2018 12:41:24 -0400 Subject: radio_ctrl_impl: move continuous_streaming to protected. --- host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp index fcfd55450..80556343b 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp @@ -216,6 +216,7 @@ protected: // TODO see what's protected and what's private size_t _num_tx_channels; size_t _num_rx_channels; + std::vector _continuous_streaming; private: /************************************************************************ @@ -241,7 +242,6 @@ private: std::map _tx_bandwidth; std::map _rx_bandwidth; - std::vector _continuous_streaming; }; /* class radio_ctrl_impl */ }} /* namespace uhd::rfnoc */ -- cgit v1.2.3