diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2022-03-15 13:40:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 13:40:41 +0100 |
commit | d09a7c82c94bcb9259f659e89dc04c4824ec19e8 (patch) | |
tree | b2e5c0df2c0a47f575c9df3c5a1c0b0f95fad10d /lib | |
parent | Merge pull request #10583 from donaldsharp/pim_upstream_timers (diff) | |
parent | lib: not thread off when schedule (diff) | |
download | frr-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.c | 1 |
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; |