• Luca Boccassi's avatar
    Problem: new zmq_poller used by zmq_poll without DRAFTs · 90c76fbd
    Luca Boccassi authored
    Solution: do not define ZMQ_HAVE_POLLER in src/zmq_drafts.h otherwise
    src/zmq.cpp will implement zmq_poll using the new poller classes.
    Same for ZMQ_HAVE_TIMERS, even though it has no internal effect, but
    to be safe against future development.
    90c76fbd
zmq_draft.h 5.29 KB