diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index ce166ace0..ec3007a8c 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -12,11 +12,14 @@ using namespace std; + extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; extern int MODCOUNT; + + connection::connection() { fd = 0; |