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, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/transport/links.hpp b/host/lib/include/uhdlib/transport/links.hpp index f9d08de11..89d5774ce 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, uhd::transport::recv_link_if::sptr, size_t, // num_recv_frames bool, // lossy_xport - bool>; // packet flow control + bool, // packet flow control + bool>; // enable flow control /*! * Parameters for link creation. |