summaryrefslogtreecommitdiffstats
path: root/session.hpp
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2017-03-31 10:21:04 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2017-04-25 12:12:02 +0530
commitcc27e12c09e3dce9920df4f55be2871b89e102a8 (patch)
tree148ce1237cae33dfcdcfffdf04ed74fd3cf6cfca /session.hpp
parent895df94e3951666f30aea665d9f74f22fb43c5a7 (diff)
downloadphosphor-net-ipmid-cc27e12c09e3dce9920df4f55be2871b89e102a8.tar.gz
phosphor-net-ipmid-cc27e12c09e3dce9920df4f55be2871b89e102a8.zip
Add socket channel property to session to send SOL packets.
Change-Id: I7bbdb9c23434aa6936c47796f296b2b08892a30e Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
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