mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-03 03:57:49 +00:00
fix(PollSet): eventfd call arg; add wepoll to CMakelists.txt
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
using SocketMap = std::map<void*, SocketMode>;
|
||||
|
||||
PollSetImpl(): _events(1024),
|
||||
_eventfd(eventfd(_port)),
|
||||
_eventfd(eventfd(_port, 0)),
|
||||
_epollfd(epoll_create(1))
|
||||
{
|
||||
int err = addFD(_eventfd, PollSet::POLL_READ, EPOLL_CTL_ADD);
|
||||
|
||||
Reference in New Issue
Block a user