diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-06-03 10:43:45 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-07-21 08:27:36 -0400 |
| commit | fa5806c3183ae685d96255bca3474026390335a2 (patch) | |
| tree | 3fa0458849862050ed402144574ed47ec3464ae1 /bgpd/bgp_fsm.h | |
| parent | 69ec2ecbeafb8d9ec50875625051d9fc2a892158 (diff) | |
bgpd: Remove various macros that overlap THREAD_OFF
Let's just use THREAD_OFF consistently in the code base
instead of each daemon having a special macro that needs to
be looked at and remembered what it does.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_fsm.h')
| -rw-r--r-- | bgpd/bgp_fsm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bgpd/bgp_fsm.h b/bgpd/bgp_fsm.h index 765a5aec5e..aaf6c480b2 100644 --- a/bgpd/bgp_fsm.h +++ b/bgpd/bgp_fsm.h @@ -29,11 +29,6 @@ thread_add_timer(bm->master, (F), peer, (V), &(T)); \ } while (0) -#define BGP_TIMER_OFF(T) \ - do { \ - THREAD_OFF((T)); \ - } while (0) - #define BGP_EVENT_ADD(P, E) \ do { \ if ((P)->status != Deleted) \ |
