summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/handshake_handler.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/handshake_handler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/handshake_handler.h b/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
index 5be513049d..9552d4c420 100644
--- a/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
+++ b/src/components/protocol_handler/include/protocol_handler/handshake_handler.h
@@ -111,6 +111,12 @@ class HandshakeHandler : public security_manager::SecurityManagerListener {
*/
uint32_t connection_key() const;
+ /**
+ * @brief Get primary connection key of this handler
+ * @return primary connection key
+ */
+ uint32_t primary_connection_key() const;
+
private:
/**
* @brief Performs related actions if handshake was successfully finished