summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 12:07:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 12:07:44 +0000
commitc720c0a3c7e990bd70507791c13e728ea7bfc21c (patch)
tree40cbc00c61628903f9027af60836d0e2f74fe7e7 /include/socket.h
parent718e7fa3cc47f84ad25b873d83479800f0559899 (diff)
Added module sockets to new engine, MAY NOT WORK
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2328 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h
index 6b71e37dc..b3a50f91a 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -61,6 +61,7 @@ public:
void SetState(InspSocketState s);
InspSocketState GetState();
bool Poll();
+ int GetFd();
virtual void Close();
virtual ~InspSocket();
};