Merge pull request #1921 from somdoron/master

problem: no way to detect in czmq if timers class available
This commit is contained in:
Constantin Rack 2016-04-24 11:32:53 +02:00
commit fb015569a2

View File

@ -478,6 +478,8 @@ ZMQ_EXPORT 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);
ZMQ_EXPORT void *zmq_timers_new (void);