From 0b59866a84f733e5a53b0d2f32570581691747ef Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 30 May 2011 10:07:34 +0200 Subject: Patches from sub-forward branch incorporated Signed-off-by: Martin Sustrik --- src/fq.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fq.hpp') diff --git a/src/fq.hpp b/src/fq.hpp index 106e978..be9c695 100644 --- a/src/fq.hpp +++ b/src/fq.hpp @@ -29,8 +29,9 @@ namespace zmq { // Class manages a set of inbound pipes. On receive it performs fair - // queueing (RFC970) so that senders gone berserk won't cause denial of + // queueing so that senders gone berserk won't cause denial of // service for decent senders. + class fq_t { public: @@ -43,6 +44,7 @@ namespace zmq void terminated (pipe_t *pipe_); int recv (msg_t *msg_, int flags_); + int recvpipe (msg_t *msg_, int flags_, pipe_t **pipe_); bool has_in (); private: -- cgit v1.2.3