From cc27e12c09e3dce9920df4f55be2871b89e102a8 Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Fri, 31 Mar 2017 10:21:04 +0530 Subject: Add socket channel property to session to send SOL packets. Change-Id: I7bbdb9c23434aa6936c47796f296b2b08892a30e Signed-off-by: Tom Joseph --- session.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'session.hpp') diff --git a/session.hpp b/session.hpp index ce80a86..637438a 100644 --- a/session.hpp +++ b/session.hpp @@ -249,6 +249,9 @@ class Session State state = State::INACTIVE; // Session State std::vector userName; // User Name + /** @brief Socket channel for communicating with the remote client.*/ + std::shared_ptr channelPtr; + private: SessionID bmcSessionID = 0; //BMC Session ID -- cgit v1.2.1