diff options
Diffstat (limited to 'src/modules/m_spanningtree/treesocket.h')
-rw-r--r-- | src/modules/m_spanningtree/treesocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h index 31a3d8cbc..d4def42bc 100644 --- a/src/modules/m_spanningtree/treesocket.h +++ b/src/modules/m_spanningtree/treesocket.h @@ -22,6 +22,7 @@ #include "transport.h" #include "m_spanningtree/utils.h" +#include "m_spanningtree/handshaketimer.h" /* * The server list in InspIRCd is maintained as two structures @@ -90,6 +91,7 @@ class TreeSocket : public BufferedSocket std::string OutboundPass; /* Outbound password */ bool sentcapab; /* Have sent CAPAB already */ public: + HandshakeTimer* hstimer; /* Handshake timer, needed to work around I/O hook buffering */ /** Because most of the I/O gubbins are encapsulated within * BufferedSocket, we just call the superclass constructor for |