| 758 | } |
| 759 | |
| 760 | type LinkInfo struct { |
| 761 | _ structs.HostLayout |
| 762 | Type LinkType |
| 763 | Id LinkID |
| 764 | ProgId uint32 |
| 765 | _ [4]byte |
| 766 | Extra [48]uint8 |
| 767 | } |
| 768 | |
| 769 | type MapInfo struct { |
| 770 | _ structs.HostLayout |
nothing calls this directly
no outgoing calls
no test coverage detected