From aac8bb19fc1c16ac278ac3a61517f3be0d147a99 Mon Sep 17 00:00:00 2001 From: somdoron Date: Sat, 11 Mar 2017 11:16:09 +0200 Subject: [PATCH] problem:zmq_poll is slow and the API is complicated solution: deprecate zmq_poll in favor of zmq_poller --- include/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zmq.h b/include/zmq.h index bea794e6..9ec031da 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -436,7 +436,7 @@ ZMQ_EXPORT int zmq_socket_monitor (void *s, const char *addr, int events); /******************************************************************************/ -/* I/O multiplexing. */ +/* Deprecated I/O multiplexing. Prefer using zmq_poller API */ /******************************************************************************/ #define ZMQ_POLLIN 1