diff options
Diffstat (limited to 'host/lib/usrp/device3/device3_flow_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/device3/device3_flow_ctrl.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/device3/device3_flow_ctrl.hpp b/host/lib/usrp/device3/device3_flow_ctrl.hpp index 4a7910f0f..50081543a 100644 --- a/host/lib/usrp/device3/device3_flow_ctrl.hpp +++ b/host/lib/usrp/device3/device3_flow_ctrl.hpp @@ -14,6 +14,8 @@ #include <uhd/transport/vrt_if_packet.hpp> #include <boost/shared_ptr.hpp> +namespace uhd { namespace usrp { + //! Stores the state of RX flow control struct rx_fc_cache_t { @@ -299,4 +301,6 @@ inline void tx_flow_ctrl_ack( fc_cache->fc_received = false; } +}}; + #endif /* INCLUDED_DEVICE3_FLOW_CTRL_HPP */ |