diff options
author | RobertWalstab <robert.walstab@gmail.com> | 2020-07-14 10:55:35 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-07-20 16:01:03 -0500 |
commit | 1d3866bef4e4677b95d3364b94880d7823d2530f (patch) | |
tree | 4ab0fe6879f60c4c8c3e007ae92acd11b82fbd2f /host/lib/usrp/mpmd | |
parent | 46f61951e88d8936814095bf2f8db014b6ff67e6 (diff) | |
download | uhd-1d3866bef4e4677b95d3364b94880d7823d2530f.tar.gz uhd-1d3866bef4e4677b95d3364b94880d7823d2530f.tar.bz2 uhd-1d3866bef4e4677b95d3364b94880d7823d2530f.zip |
uhd: remove liberio
Diffstat (limited to 'host/lib/usrp/mpmd')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp index 4bf893dd4..8f364c10f 100644 --- a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp +++ b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp @@ -75,7 +75,7 @@ public: * from mb_args in the \p xport_info. If yes, it will use that for * connections. * - * \param xport_type The type of xport ("udp", "liberio", ...) + * \param xport_type The type of xport ("udp") * \param xport_info The available information on this transport. For * example, if the xport_type is "udp", then this would * contain the available IP addresses. |