Commit 2215a9d3 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2554 from bluca/disable_new_poller_without_drafts

Problem: new zmq_poller used by zmq_poll without DRAFTs
parents e905f9da 90c76fbd
......@@ -67,8 +67,6 @@ const char *zmq_msg_group(zmq_msg_t *msg);
/* Poller polling on sockets,fd and thread-safe sockets */
/******************************************************************************/
#define ZMQ_HAVE_POLLER
typedef struct zmq_poller_event_t
{
void *socket;
......@@ -103,8 +101,6 @@ int zmq_poller_remove_fd (void *poller, int fd);
/* Scheduling timers */
/******************************************************************************/
#define ZMQ_HAVE_TIMERS
typedef void (zmq_timer_fn)(int timer_id, void *arg);
void *zmq_timers_new (void);
......
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