diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 17:36:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 17:36:08 +0000 |
commit | 48291aaee55644c3df35be187c4fc2d19a3f1d0d (patch) | |
tree | 5300eb5620d93579945b615c1a46dae20e9c0194 /include/inspircd.h | |
parent | 992f5e2545c969634e309e6aee29b50ec3dcf1e1 (diff) |
This commit is dedicated to Boo ;-pppppp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4911 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1f66bd4c9..f404cce80 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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 */ |