mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:26:36 +00:00
Merge pull request #10565 from lyq140/patch-thread
lib: not thread off when schedule
This commit is contained in:
commit
d09a7c82c9
@ -40,7 +40,6 @@ static void wheel_timer_thread_helper(struct thread *t)
|
|||||||
void *data;
|
void *data;
|
||||||
|
|
||||||
wheel = THREAD_ARG(t);
|
wheel = THREAD_ARG(t);
|
||||||
THREAD_OFF(wheel->timer);
|
|
||||||
|
|
||||||
wheel->curr_slot += wheel->slots_to_skip;
|
wheel->curr_slot += wheel->slots_to_skip;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user