diff options
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/chdr_ctrl_xport.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/chdr_ctrl_xport.hpp b/host/lib/include/uhdlib/rfnoc/chdr_ctrl_xport.hpp index f247761e7..d4564e935 100644 --- a/host/lib/include/uhdlib/rfnoc/chdr_ctrl_xport.hpp +++ b/host/lib/include/uhdlib/rfnoc/chdr_ctrl_xport.hpp @@ -136,6 +136,13 @@ public: private: chdr_ctrl_xport(const chdr_ctrl_xport&) = delete; + void _release_cb(uhd::transport::frame_buff::uptr buff, + uhd::transport::recv_link_if* recv_link); + + bool _ctrl_recv_cb(uhd::transport::frame_buff::uptr& buff); + + bool _mgmt_recv_cb(uhd::transport::frame_buff::uptr& buff); + sep_id_t _my_epid; // Packet for received data |