We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607e654 commit 818cc65Copy full SHA for 818cc65
struct_ops.go
@@ -64,11 +64,6 @@ type structOpsSpec struct {
64
progAttachBtfID btf.TypeID
65
}
66
67
-type structOpsFunc struct {
68
- member string // A member name from the user struct
69
- progName string // A program name which is
70
-}
71
-
72
// findByTypeFromStruct searches for the first member of a struct whose
73
// resolved BTF type ID matches the given typ.
74
//
0 commit comments