summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 91d57f75d..54500cd4d 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -104,6 +104,8 @@ class InspIRCd : public classbase
SocketEngine* SE;
serverstats* stats;
ServerConfig* Config;
+ std::vector<InspSocket*> module_sockets;
+ InspSocket* socket_ref[MAX_DESCRIPTORS];
DNS* Res;
std::string GetRevision();