event: add poll() based PollGroup implementation

This commit is contained in:
Denis Krjuchkov
2013-11-30 14:45:56 +06:00
parent 023482406f
commit 1df426aa5c
5 changed files with 164 additions and 1 deletions
+1
View File
@@ -309,6 +309,7 @@ libevent_a_SOURCES = \
src/event/WakeFD.hxx \
src/event/PollGroup.hxx \
src/event/PollGroupEPoll.hxx \
src/event/PollGroupPoll.hxx src/event/PollGroupPoll.cxx \
src/event/PollGroupWinSelect.hxx src/event/PollGroupWinSelect.cxx \
src/event/PollResultGeneric.hxx \
src/event/SignalMonitor.hxx src/event/SignalMonitor.cxx \