diff options
author | Alex Williams <alex.williams@ni.com> | 2019-12-11 13:28:41 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-12-20 16:32:22 -0800 |
commit | 6d6d0f22eb6a86be65b107c0d3387f9680d78ff6 (patch) | |
tree | 9a2ca3baa1708b393026324e6fe9fa0b199c2407 /host/lib/include | |
parent | 3a9d2b582dd35120e3035ec0c3c81dac468513d4 (diff) | |
download | uhd-6d6d0f22eb6a86be65b107c0d3387f9680d78ff6.tar.gz uhd-6d6d0f22eb6a86be65b107c0d3387f9680d78ff6.tar.bz2 uhd-6d6d0f22eb6a86be65b107c0d3387f9680d78ff6.zip |
rfnoc: Make chdr_ctrl_xport recv_io callbacks have symbols
This helps a little with debugging (for breakpoints).
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 |