summaryrefslogtreecommitdiffstats
path: root/session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'session.hpp')
-rw-r--r--session.hpp3
1 files changed, 3 insertions, 0 deletions
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<char> userName; // User Name
+ /** @brief Socket channel for communicating with the remote client.*/
+ std::shared_ptr<udpsocket::Channel> channelPtr;
+
private:
SessionID bmcSessionID = 0; //BMC Session ID
OpenPOWER on IntegriCloud