diff options
author | Alex Williams <alex.williams@ni.com> | 2019-12-03 19:51:35 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-12-20 16:32:22 -0800 |
commit | 3a9d2b582dd35120e3035ec0c3c81dac468513d4 (patch) | |
tree | 76747d43bf2d00e895becad457d55970d5e24a34 /host/lib | |
parent | d7e5a630edbec5a9b9b3a2794ee1133ffcc405f5 (diff) | |
download | uhd-3a9d2b582dd35120e3035ec0c3c81dac468513d4.tar.gz uhd-3a9d2b582dd35120e3035ec0c3c81dac468513d4.tar.bz2 uhd-3a9d2b582dd35120e3035ec0c3c81dac468513d4.zip |
transport: Fix comment on recv_io_if::fc_callback_t
It referenced the wrong function for releasing recv buffers.
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/include/uhdlib/transport/io_service.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/transport/io_service.hpp b/host/lib/include/uhdlib/transport/io_service.hpp index 87702ee2d..5bbb91d1f 100644 --- a/host/lib/include/uhdlib/transport/io_service.hpp +++ b/host/lib/include/uhdlib/transport/io_service.hpp @@ -101,7 +101,7 @@ public: /*! * Callback for producing a flow control response (or any other response * needed when a received frame_buff is released via - * recv_io_if::get_recv_buff()). + * recv_io_if::release_recv_buff()). * * The callback must release the buffer, but it can update internal state * as well. It can also send a response with the send_link_if, should it |