]> git.proxmox.com Git - mirror_frr.git/commit - lib/thread.h
lib: Add ability to use poll() instead of select
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Mar 2016 06:28:29 +0000 (06:28 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Mar 2016 17:33:57 +0000 (12:33 -0500)
commit0a95a0d0b60e9f8ff28ccb28179f59f68e421346
treee02f4c7e878d9b662c389cb8add0d825fd499709
parent5d4ccd4e85930aea4d212e2c2276a6879fbd050a
lib: Add ability to use poll() instead of select

This patch originated w/ Hannes Hofer <hhofer@barracuda.com>.
I've taken the patch fixed some bugs and reworked the code
to allow both poll and select to be choosen at compile time.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac
lib/thread.c
lib/thread.h