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
If you want to cancel a timer, and then re-start it, you have to call bpf_timer_set_callback on it to re-assign the callback. However, you do not have to re-initialize it. This isn't documented anywhere yet.
If you want to cancel a timer, and then re-start it, you have to call
bpf_timer_set_callbackon it to re-assign the callback. However, you do not have to re-initialize it. This isn't documented anywhere yet.