]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_fsm.c
bgpd: use add_event instead of add_timer with zero timeout
authorMark Stapp <mjs@voltanet.io>
Wed, 17 Mar 2021 20:10:13 +0000 (16:10 -0400)
committerMark Stapp <mjs@voltanet.io>
Wed, 17 Mar 2021 20:10:13 +0000 (16:10 -0400)
commite0d550dfea0ff72a2192e4193f3d67af5748859c
treeedba12cb5e31b5d428b29b1abd25f6bec4008644
parenta78a4e754edc486769419c4f7a86a20538052171
bgpd: use add_event instead of add_timer with zero timeout

Just use events in a few places where timers with zero timeout
were being used.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
bgpd/bgp_fsm.c
bgpd/bgp_io.c
bgpd/bgp_packet.c