summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-10 12:04:26 +0200
committermalosek <malosek@fastmq.com>2009-09-10 12:04:26 +0200
commit95944551be93665fe4dcadbe00168da553b7d82f (patch)
tree084ed6b5136c05c2f5ca1574aaac1cc4a282dc96 /c
parent5acef9fc96280df934176b02de724eb904e4bba3 (diff)
parentb3f32e219ec15a582b6fd03b155e0861443690f6 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'c')
-rw-r--r--c/zmq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/zmq.h b/c/zmq.h
index cc165d1..df6e04c 100644
--- a/c/zmq.h
+++ b/c/zmq.h
@@ -50,6 +50,8 @@ extern "C" {
#define ZMQ_MASK 4
#define ZMQ_AFFINITY 5
#define ZMQ_IDENTITY 6
+#define ZMQ_SUBSCRIBE 7
+#define ZMQ_UNSUBSCRIBE 8
// 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.