summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h
index ace21b78f..7571d1481 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -46,7 +46,7 @@ private:
socklen_t length;
public:
InspSocket();
- InspSocket(int newfd);
+ InspSocket(int newfd, char* ip);
InspSocket(std::string host, int port, bool listening, unsigned long maxtime);
virtual bool OnConnected();
virtual void OnError(InspSocketError e);