summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
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();
};