summaryrefslogtreecommitdiff
path: root/c/zmq.h
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-11 17:58:37 +0200
committermalosek <malosek@fastmq.com>2009-09-11 17:58:37 +0200
commit1a4d6f91194c52795808baa07dcd61a20ff599be (patch)
tree9e5a59750b32f90a862a47c88d79653c4a75f12f /c/zmq.h
parente940878b3f8ff332df534c4df463cfdf085cc787 (diff)
added OpenPGM sender - ZMQ_PUB
Diffstat (limited to 'c/zmq.h')
-rw-r--r--c/zmq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/zmq.h b/c/zmq.h
index df6e04c..0a1b064 100644
--- a/c/zmq.h
+++ b/c/zmq.h
@@ -52,6 +52,8 @@ extern "C" {
#define ZMQ_IDENTITY 6
#define ZMQ_SUBSCRIBE 7
#define ZMQ_UNSUBSCRIBE 8
+#define ZMQ_RATE 9
+#define ZMQ_RECOVERY_IVL 10
// 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.