From e8e2944f45eab3e22dc46ceac3225a886ca468ad Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 17 Oct 2010 09:54:12 +0200 Subject: ZMQ_RECONNECT_IVL socket options added. Signed-off-by: Martin Sustrik --- include/zmq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index b565c50..f4d2656 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -192,6 +192,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_EVENTS 15 #define ZMQ_TYPE 16 #define ZMQ_LINGER 17 +#define ZMQ_RECONNECT_IVL 18 /* Send/recv options. */ #define ZMQ_NOBLOCK 1 -- cgit v1.2.3