diff options
Diffstat (limited to 'host/lib/include/uhdlib/transport/links.hpp')
-rw-r--r-- | host/lib/include/uhdlib/transport/links.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/transport/links.hpp b/host/lib/include/uhdlib/transport/links.hpp index 64673f02f..09872b145 100644 --- a/host/lib/include/uhdlib/transport/links.hpp +++ b/host/lib/include/uhdlib/transport/links.hpp @@ -16,8 +16,7 @@ namespace uhd { namespace transport { enum class link_type_t { CTRL = 0, ASYNC_MSG, TX_DATA, RX_DATA }; //! Contains all information regarding a link interface -using both_links_t = std::tuple<uhd::transport::io_service::sptr, - uhd::transport::send_link_if::sptr, +using both_links_t = std::tuple<uhd::transport::send_link_if::sptr, size_t, // num_send_frames uhd::transport::recv_link_if::sptr, size_t, // num_recv_frames |