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
Adjust Program::test_run to work on shared receiver
The Program::test_run method also does not seem to really require
exclusive access to the bpf_program object. As such, this change
switches it over to work on a shared receiver (&self).
Signed-off-by: Daniel Müller <[email protected]>
0 commit comments