]> git.proxmox.com Git - mirror_frr.git/commit - lib/frrevent.h
lib: remove select()
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 10 May 2017 18:09:49 +0000 (18:09 +0000)
committerQuentin Young <qlyoung@users.noreply.github.com>
Tue, 30 May 2017 14:27:10 +0000 (10:27 -0400)
commit75bcb3558d25b8ca7d3383f5c2c648d0aceae103
tree2e1b502a25c4554ba37ca8d806be8adb4a37f747
parente22ab7727d231ca477eb4f45ffb1950d5e4d12c4
lib: remove select()

poll() is present on every supported platform and does not have an upper
limit on file descriptors.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
[DL: split off from AWAKEN() change]
lib/thread.c
lib/thread.h