summaryrefslogtreecommitdiff
path: root/c/zmq.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/zmq.h')
-rw-r--r--c/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/zmq.h b/c/zmq.h
index 58c5551..732ecb9 100644
--- a/c/zmq.h
+++ b/c/zmq.h
@@ -53,7 +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
+#define ZMQ_MCAST_LOOP 10 // int64_t
// 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.