]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: sleep in poll()
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 16 Jun 2017 20:15:31 +0000 (20:15 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:03 +0000 (16:18 -0500)
commite11eeb8ce0154cbe29b834ed4bf1d64017c40d17
tree1d361d59a82e5f9edd461fd2a8d80491268e6692
parent3b73658c7cc5df1306a71ae014425294714c12f1
bgpd: sleep in poll()

poll won't sleep if there are no file descriptors! gotta sleep!

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