X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocket.h;h=7ff40794c7928574f6e15af9555164466d461297;hb=d75ec0e5a59c32069b15e6ecf91d71ed62c21442;hp=635b3ce5503cc4ae37c0f84740e2db53217cbbdc;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/socket.h b/include/socket.h index 635b3ce55..7ff40794c 100644 --- a/include/socket.h +++ b/include/socket.h @@ -34,7 +34,6 @@ #endif #include -#include "inspircd_config.h" #include "socketengine.h" /* Contains irc-specific definitions */ @@ -158,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 */