summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h
index 53bad88f0..7ff40794c 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -157,6 +157,15 @@ class CoreExport ListenSocket : public EventHandler
std::string bind_addr;
/** Port socket is bound to */
int bind_port;
+
+ static sockaddr *sock_us;
+
+ static sockaddr *client;
+
+ static sockaddr *raddr;
+
+ static unsigned int socketcount;
+
public:
/** Create a new listening socket
*/