From c98fd6bc3f2a49d7cb0b820a07354168c98f60b7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 24 Nov 2009 11:23:10 +0100 Subject: ZMQII-25: Implement streamed request/reply --- bindings/c/zmq.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bindings/c/zmq.h') diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index 9b11a1d..a65926e 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -188,6 +188,12 @@ ZMQ_EXPORT int zmq_term (void *context); // the peer that issued the last received request. #define ZMQ_REP 4 +// Socket to receive messages from up the stream. +#define ZMQ_UPSTREAM 5 + +// Socket to send messages downstream. +#define ZMQ_DOWNSTREAM 6 + // Open a socket. 'type' is one of the socket types defined above. // // Errors: EINVAL - invalid socket type. -- cgit v1.2.3