diff options
Diffstat (limited to 'include')
-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 */ |