summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-03-15 13:40:41 +0100
committerGitHub <noreply@github.com>2022-03-15 13:40:41 +0100
commitd09a7c82c94bcb9259f659e89dc04c4824ec19e8 (patch)
treeb2e5c0df2c0a47f575c9df3c5a1c0b0f95fad10d /lib
parentMerge pull request #10583 from donaldsharp/pim_upstream_timers (diff)
parentlib: not thread off when schedule (diff)
downloadfrr-d09a7c82c94bcb9259f659e89dc04c4824ec19e8.tar.xz
frr-d09a7c82c94bcb9259f659e89dc04c4824ec19e8.zip
Merge pull request #10565 from lyq140/patch-thread
lib: not thread off when schedule
Diffstat (limited to 'lib')
-rw-r--r--lib/wheel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wheel.c b/lib/wheel.c
index 463410bea..cdf738a13 100644
--- a/lib/wheel.c
+++ b/lib/wheel.c
@@ -40,7 +40,6 @@ static void wheel_timer_thread_helper(struct thread *t)
void *data;
wheel = THREAD_ARG(t);
- THREAD_OFF(wheel->timer);
wheel->curr_slot += wheel->slots_to_skip;