Hi,

Is there any reason why the ZMQ_POLL* macros are not compatible with POLL*
macros from <poll.h> ?

I was expecting a definition like follow:

#define ZMQ_POLLIN          POLLIN          /* 0x001 */
#define ZMQ_POLLOUT      POLLOUT      /* 0x004 */
#define ZMQ_POLLERR      POLLERR      /* 0x008 */


Regards,
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to