]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Add m_ripemd160 on behalf of Brain. Adds ripemd-160 hashing to our collection of...
[user/henk/code/inspircd.git] / include / socket.h
index 635b3ce5503cc4ae37c0f84740e2db53217cbbdc..7ff40794c7928574f6e15af9555164466d461297 100644 (file)
@@ -34,7 +34,6 @@
 #endif
 
 #include <errno.h>
-#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
         */