]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use stop event instead of pthread_kill()
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 9 Jun 2017 18:10:59 +0000 (18:10 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:02 +0000 (16:18 -0500)
commit48e5262f64d8f6ef51934976dea3064d8395729b
treec75f39da46a1d8363ae1b8768edecc58ca2b9ff5
parent51abb4b49fe535661b191415a7d0fd3ba19b3819
bgpd: use stop event instead of pthread_kill()

When terminating I/O thread, just schedule an event to do any necessary
cleanup and gracefully exit instead of using a signal.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_io.c