diff options
Diffstat (limited to 'host/lib/usrp/device3/device3_impl.hpp')
-rw-r--r-- | host/lib/usrp/device3/device3_impl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/device3/device3_impl.hpp b/host/lib/usrp/device3/device3_impl.hpp index 3bf6f6111..62fd399ac 100644 --- a/host/lib/usrp/device3/device3_impl.hpp +++ b/host/lib/usrp/device3/device3_impl.hpp @@ -206,6 +206,9 @@ protected: //! Is called after a streamer is generated virtual void post_streamer_hooks(uhd::direction_t) {} + //! get mtu + virtual size_t get_mtu(const size_t, const uhd::direction_t) = 0; + /*********************************************************************** * Channel-related **********************************************************************/ |