add ZMQ_HAVE_POLLER define to check if ZMQ_POLLER exist

This commit is contained in:
somdoron 2015-10-21 10:17:33 +03:00
parent 476ba22e0a
commit 024819b491

View File

@ -431,6 +431,8 @@ ZMQ_EXPORT int zmq_pollfd_fd (void *p);
/* Poller polling on sockets,fd and threaf safe sockets */
/******************************************************************************/
#define ZMQ_HAVE_POLLER
typedef struct zmq_poller_event_t
{
void *socket;