diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-09 18:36:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-09 18:36:24 +0000 |
commit | dfa831752c950f16872f3c485f94d408866a2e15 (patch) | |
tree | b99e6837deeca18597eb4530bb7ccf3cf96e20ad /include/inspsocket.h | |
parent | f4be97d195f206433c1b0a986959e75c01da1b20 (diff) |
Not yet tested -- allow iohooking of inspsockets
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5886 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 71f16951e..52de46c2d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -71,6 +71,9 @@ class SocketTimeout : public InspTimer class InspSocket : public EventHandler { public: + + bool IsIOHooked; + InspIRCd* Instance; SocketTimeout* Timeout; |