From cdc2efe9b5f0d1f45065b1c32e5eabd7e9f78a12 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 13 Feb 2010 13:07:33 +0100 Subject: Multi-hop REQ/REP, part VII., identity-related algorithms rewritten --- src/session.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/session.hpp') diff --git a/src/session.hpp b/src/session.hpp index 9f8d5a8..7607cfb 100644 --- a/src/session.hpp +++ b/src/session.hpp @@ -81,20 +81,12 @@ namespace zmq struct i_engine *engine; - enum { - transient, - named, - unnamed - } type; - // Session is identified by ordinal in the case when it was created // before connection to the peer was established and thus we are // unaware of peer's identity. uint64_t ordinal; - // Identity of the peer. If the peer is anonymous, unique name is - // generated instead. Peer identity (or the generated name) is used - // register the session with socket-level repository of sessions. + // Identity of the peer. std::string peer_identity; // Inherited socket options. -- cgit v1.2.3