You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libbpf-rs: Refine signature of Program::attach_tracepoint()
The Program::attach_tracepoint() method is generic over the category and
the tracepoint name. However, given that both arguments reference the
same type parameter, they have to be of the same source type. That's an
unnecessary restriction and almost certainly not the intention. Fix it
up by making all type parameters independent of each other.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments