Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows

Solution: change platform definitions to separate API poller from I/O thread poller, disallow configuring poll I/O thread poller on Windows
This commit is contained in:
Simon Giesecke
2018-05-22 15:57:20 +02:00
parent ee85957dc4
commit d326434b37
17 changed files with 110 additions and 68 deletions

View File

@@ -32,7 +32,7 @@
// poller.hpp decides which polling mechanism to use.
#include "poller.hpp"
#if defined ZMQ_USE_POLLSET
#if defined ZMQ_IOTHREAD_POLLER_USE_POLLSET
#include <sys/poll.h>
#include <sys/pollset.h>