aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_conn_mgr.hpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: Introduce conn_managerMartin Braun2019-08-161-0/+35
This is a superclass to eth_manager and pcie_manager, since they usually do the same thing. This saves storing and passing multiple pointers. Also, x300_impl now stores a shared_ptr of the conn_manager, because we'll need to pass it around in the future.