aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/liberio_link.cpp
Commit message (Collapse)AuthorAgeFilesLines
* transport: liberio: correctly release resources on destructionJoerg Hofrichter2020-01-221-6/+8
| | | | | | | | | | Stop the streaming and free the allocated buffers on destruction of the liberio xport object. Note: There is a lingering resource leak in the kernel module, this patch merely orders the resource release correctly. Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
* transport: Port liberio to link_ifAlex Williams2019-11-261-0/+152