summaryrefslogtreecommitdiff
path: root/src/fq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fq.hpp')
-rw-r--r--src/fq.hpp4
1 files changed, 3 insertions, 1 deletions
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: