diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 10:13:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 10:13:22 +0000 |
commit | 747ae4b7a56cf94562b5b339ab3adc88653aa337 (patch) | |
tree | 87fc88cae65cc992717dc542026b02cc5f161ee9 /include/inspircd.h | |
parent | 3ae2ad7553e2a12ecf5804f03f5943206f548770 (diff) |
Constant eating 20% cpu since last nights commit - test fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3361 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 5a8dbcf97..fd657a63b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -107,6 +107,16 @@ class InspIRCd void erase_module(int j); void BuildISupport(); void MoveTo(std::string modulename,int slot); + bool expire_run; + int activefds[MAX_DESCRIPTORS]; + int incomingSockfd; + int in_port; + userrec* cu; + InspSocket* s; + InspSocket* s_del; + unsigned int numberactive; + sockaddr_in sock_us; // our port number + socklen_t uslen; // length of our port number public: time_t startup_time; |