summaryrefslogtreecommitdiff
path: root/src/session.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-13 15:30:03 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-13 15:30:03 +0100
commit4405250d93a2ad6eb3940c4bc4fe8ea32bd52f9e (patch)
tree529c5b87ed71453e406f8bd5e74b84f1b48fe5e2 /src/session.cpp
parentf5ce81f2893ec0707c2f4346740878e68b51e13a (diff)
Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t
Diffstat (limited to 'src/session.cpp')
-rw-r--r--src/session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.cpp b/src/session.cpp
index b2393d8..909501a 100644
--- a/src/session.cpp
+++ b/src/session.cpp
@@ -245,7 +245,7 @@ void zmq::session_t::process_attach (i_engine *engine_,
}
send_bind (owner, outbound ? &outbound->reader : NULL,
- inbound ? &inbound->writer : NULL);
+ inbound ? &inbound->writer : NULL, peer_identity);
}
// Plug in the engine.