summaryrefslogtreecommitdiff
path: root/c/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 10:56:55 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 10:56:55 +0200
commit6e03cb2f3eb083e1de8e7161d3ab21b52c87eece (patch)
tree9cf442583cae614f2bcfca22fd0b9a55c7f0ccda /c/zmq.h
parentbce2e60bbb3b7f799a532d9b8f2e171c570b9fea (diff)
parent9fbdcc7940823634d82f51d2b124ccfbca6e9b17 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'c/zmq.h')
-rw-r--r--c/zmq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/zmq.h b/c/zmq.h
index d2ca20a..58c5551 100644
--- a/c/zmq.h
+++ b/c/zmq.h
@@ -53,6 +53,7 @@ extern "C" {
#define ZMQ_UNSUBSCRIBE 7 // string
#define ZMQ_RATE 8 // int64_t
#define ZMQ_RECOVERY_IVL 9 // int64_t
+#define ZMQ_MCAST_LOOP 10 // boolean
// The operation should be performed in non-blocking mode. I.e. if it cannot
// be processed immediately, error should be returned with errno set to EAGAIN.