X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocket.h;h=7ff40794c7928574f6e15af9555164466d461297;hb=d75ec0e5a59c32069b15e6ecf91d71ed62c21442;hp=53bad88f045f3d5dea3eed6a2d5db035f509d02d;hpb=f1271614679843191bb247c0db2716acb5ac0e4b;p=user%2Fhenk%2Fcode%2Finspircd.git 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 */