From 747ae4b7a56cf94562b5b339ab3adc88653aa337 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Feb 2006 10:13:22 +0000 Subject: 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 --- include/inspircd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/inspircd.h') 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; -- cgit v1.2.3