event/PollGroup: rename to PollBackend

This commit is contained in:
Max Kellermann
2020-10-19 14:14:32 +02:00
parent c18e00daa4
commit 8348a1ec8f
11 changed files with 63 additions and 63 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ if uring_dep.found()
endif
if is_windows
event_sources += 'PollGroupWinSelect.cxx'
event_sources += 'WinSelectBackend.cxx'
elif is_linux and get_option('epoll')
# epoll support is header-only
else
event_sources += 'PollGroupPoll.cxx'
event_sources += 'PollBackend.cxx'
endif
event = static_library(