Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 1 | -4/+1 |
| | | | | | Pragma once is the more modern version of include guards, eliminating any potential problems with mistyping include guards. Let's use those. | ||||
* | transport: Add modeling of physical adapters | Alex Williams | 2019-11-26 | 1 | -0/+33 |
Now link instances must have the ability to report the corresponding physical adapter that is used for the local side of the link. This information can be used to help identify when multiple links share the same adapter. |