diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |