diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 10:23:58 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 10:23:58 +0200 |
commit | a780833683ed1f5bc4a112644836973f8282434b (patch) | |
tree | 1dbfad92c986294a2d6372fc7a65b74851c52102 /include | |
parent | e8e2944f45eab3e22dc46ceac3225a886ca468ad (diff) |
ZMQ_BACKLOG socket option 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 f4d2656..857fec7 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -193,6 +193,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_TYPE 16 #define ZMQ_LINGER 17 #define ZMQ_RECONNECT_IVL 18 +#define ZMQ_BACKLOG 19 /* Send/recv options. */ #define ZMQ_NOBLOCK 1 |