summaryrefslogtreecommitdiff
path: root/c/zmq.h
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 10:11:01 +0200
committermalosek <malosek@fastmq.com>2009-09-16 10:11:01 +0200
commit969522bbf55467b6f6e8113be28451d087060843 (patch)
tree6a78392b4f76bca99b54c1eb7d44550b4dee34c5 /c/zmq.h
parent0381a78c0484012e760d61051f325c71136df17e (diff)
added OpenPGM receiver - ZMQ_SUB
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.