| 1598 | } |
| 1599 | |
| 1600 | type CgroupLinkInfo struct { |
| 1601 | _ structs.HostLayout |
| 1602 | Type LinkType |
| 1603 | Id LinkID |
| 1604 | ProgId uint32 |
| 1605 | _ [4]byte |
| 1606 | CgroupId uint64 |
| 1607 | AttachType AttachType |
| 1608 | _ [36]byte |
| 1609 | } |
| 1610 | |
| 1611 | type EventLinkInfo struct { |
| 1612 | _ structs.HostLayout |
nothing calls this directly
no outgoing calls
no test coverage detected