diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:30:38 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:30:38 +0100 |
commit | b9caa319e279cd8cd367e0a64308b9e80c4ead3d (patch) | |
tree | 751d1eb31b0e41bf82f51ad3be69e13a2af70472 /src/req.cpp | |
parent | 2ddce205350f11dacd8d8550f7d4e6e088c7fbcd (diff) |
Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality
Diffstat (limited to 'src/req.cpp')
-rw-r--r-- | src/req.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/req.cpp b/src/req.cpp index c9240e0..735f0aa 100644 --- a/src/req.cpp +++ b/src/req.cpp @@ -39,7 +39,7 @@ zmq::req_t::~req_t () } void zmq::req_t::xattach_pipes (class reader_t *inpipe_, - class writer_t *outpipe_) + class writer_t *outpipe_, const blob_t &peer_identity_) { zmq_assert (inpipe_ && outpipe_); zmq_assert (in_pipes.size () == out_pipes.size ()); |