aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ppsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ppsocket.h')
-rw-r--r--lib/ppsocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ppsocket.h b/lib/ppsocket.h
index b93ee25..2bd43f9 100644
--- a/lib/ppsocket.h
+++ b/lib/ppsocket.h
@@ -106,6 +106,7 @@ protected:
private:
SOCKET m_Socket;
struct sockaddr m_HostAddr, m_PeerAddr;
+ int m_Port;
bool m_Bound;
#ifdef WIN32
OVERLAPPED m_ReadOverlapped, m_WriteOverlapped;