diff options
Diffstat (limited to 'host/lib/include/uhdlib/transport')
-rw-r--r-- | host/lib/include/uhdlib/transport/rx_streamer_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp index d66e867bc..d3fe97c7f 100644 --- a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp +++ b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp @@ -90,6 +90,7 @@ public: } //! Connect a new channel to the streamer + // FIXME: Needs some way to handle virtual channels, since xport could be shared among them void connect_channel(const size_t channel, typename transport_t::uptr xport) { const size_t max_pyld_size = xport->get_max_payload_size(); |