summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h10
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;