From 9e38366b9562e1bc099c5392ba0b3cdfebeb9746 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 15 Apr 2004 12:20:52 +0000 Subject: Mesh tweaks (wasnt sending the ip in the + packet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@605 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/connection.h b/include/connection.h index 710b90a2d..de6635f4a 100644 --- a/include/connection.h +++ b/include/connection.h @@ -36,9 +36,6 @@ class ircd_connector : public classbase */ sockaddr_in addr; - char host[MAXBUF]; - int port; - /** File descriptor of the connection */ int fd; @@ -65,6 +62,9 @@ class ircd_connector : public classbase bool SetHostAddress(char* host, int port); public: + char host[MAXBUF]; + int port; + bool MakeOutboundConnection(char* host, int port); std::string GetServerName(); -- cgit v1.2.3