summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 1d8c4ff..ce40d3f 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -71,10 +71,9 @@ namespace zmq
bool has_out ();
// Registry of named sessions.
- bool register_session (const blob_t &peer_identity_,
- class session_t *session_);
- void unregister_session (const blob_t &peer_identity_);
- class session_t *find_session (const blob_t &peer_identity_);
+ bool register_session (const blob_t &name_, class session_t *session_);
+ void unregister_session (const blob_t &name_);
+ class session_t *find_session (const blob_t &name_);
// i_reader_events interface implementation.
void activated (class reader_t *pipe_);