diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-10 12:00:47 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-10 12:00:47 +0200 |
commit | b3f32e219ec15a582b6fd03b155e0861443690f6 (patch) | |
tree | b895af0213323bf879e87f6eaab87656eb170392 /c | |
parent | d81d3412520c9fed36f39462840c7d35815f4a87 (diff) |
ZMQII-3: cheap and nasty implementation of message filtering
Diffstat (limited to 'c')
-rw-r--r-- | c/zmq.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |