Commit 024819b4 authored by somdoron's avatar somdoron

add ZMQ_HAVE_POLLER define to check if ZMQ_POLLER exist

parent 476ba22e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment