summaryrefslogtreecommitdiff
path: root/src/connect_session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect_session.hpp')
-rw-r--r--src/connect_session.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connect_session.hpp b/src/connect_session.hpp
index 65037f8..11aa253 100644
--- a/src/connect_session.hpp
+++ b/src/connect_session.hpp
@@ -41,7 +41,8 @@ namespace zmq
private:
- // Hook into session's disconnection mechanism.
+ // Handlers for events from session base class.
+ void attached (const blob_t &peer_identity_);
void detached ();
// Start the connection process.