From abb184a051b592b6d4c99fd3299e78ea7c1da826 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 26 Mar 2011 10:38:40 +0100 Subject: ZMQ_NOBLOCK renamed ZMQ_DONTWAIT Done because of POSIX compliance Signed-off-by: Martin Sustrik --- include/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index 4c37c03..01c9d80 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -204,7 +204,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_RCVHWM 24 /* Send/recv options. */ -#define ZMQ_NOBLOCK 1 +#define ZMQ_DONTWAIT 1 #define ZMQ_SNDMORE 2 ZMQ_EXPORT void *zmq_socket (void *context, int type); -- cgit v1.2.3