From 87beaaa00d49d216f856b8322f1ad04e4f9ecea3 Mon Sep 17 00:00:00 2001 From: Gonzalo Diethelm Date: Tue, 28 Sep 2010 15:27:45 +0200 Subject: ZMQ_TYPE socket option added --- include/zmq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index c5f79d4..b8ab6d4 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -179,6 +179,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_RCVMORE 13 #define ZMQ_FD 14 #define ZMQ_EVENTS 15 +#define ZMQ_TYPE 16 /* Send/recv options. */ #define ZMQ_NOBLOCK 1 -- cgit v1.2.3