]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
This commit is dedicated to Boo ;-pppppp
[user/henk/code/inspircd.git] / include / inspircd.h
index 1f66bd4c95bb5dbc063528361ba7f0d90efcc057..f404cce80782d83d08da7b64a1d0580628459eae 100644 (file)
@@ -281,6 +281,18 @@ class InspIRCd : public classbase
         */
        const long duration_y;
 
+       /** Used when connecting clients
+        */
+       insp_sockaddr client, server;
+
+       /** Used when connecting clients
+        */
+       socklen_t length;
+
+       /** Used to count iterations around the mainloop
+        */
+       int iterations;
+
  public:
        /** Time this ircd was booted
         */