diff options
Diffstat (limited to 'host/lib/include/uhdlib/transport/links.hpp')
-rw-r--r-- | host/lib/include/uhdlib/transport/links.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/transport/links.hpp b/host/lib/include/uhdlib/transport/links.hpp index 09872b145..6fe51dbbd 100644 --- a/host/lib/include/uhdlib/transport/links.hpp +++ b/host/lib/include/uhdlib/transport/links.hpp @@ -20,7 +20,8 @@ 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 - bool>; // lossy_xport + bool, // lossy_xport + bool>; // packet flow control /*! * Parameters for link creation. @@ -39,4 +40,3 @@ struct link_params_t }} // namespace uhd::transport #endif /* INCLUDED_UHDLIB_TRANSPORT_LINKS_HPP */ - |