From b3f32e219ec15a582b6fd03b155e0861443690f6 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 10 Sep 2009 12:00:47 +0200 Subject: ZMQII-3: cheap and nasty implementation of message filtering --- c/zmq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/zmq.h') 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. -- cgit v1.2.3