diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 09:54:12 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 09:54:12 +0200 |
commit | e8e2944f45eab3e22dc46ceac3225a886ca468ad (patch) | |
tree | cc37fe526ffe74b2f48130ca9810f63cdb518f27 /include | |
parent | 8b8837688a97c4d05aff01a6dea7ac5a35b21fa2 (diff) |
ZMQ_RECONNECT_IVL socket options added.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |