diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2011-05-30 10:07:34 +0200 |
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2011-05-30 10:07:34 +0200 |
| commit | 0b59866a84f733e5a53b0d2f32570581691747ef (patch) | |
| tree | 8861d97915544dc4385177931f299a6f27603c92 /src/fq.hpp | |
| parent | 311fb0d852374e769d8ff791c9df38f0464960c6 (diff) | |
Patches from sub-forward branch incorporated
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/fq.hpp')
| -rw-r--r-- | src/fq.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |
