From e5ab44198da68141c09dd27d3c786b4ebc8d0e7a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 2 Aug 2006 20:06:50 +0000 Subject: Made MasterSocket static git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4652 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/dns.h b/include/dns.h index 50febef59..8334d5dcb 100644 --- a/include/dns.h +++ b/include/dns.h @@ -128,7 +128,9 @@ class DNS : public Extensible { private: insp_inaddr myserver; + static int MasterSocket; public: + static int GetMasterSocket(); int GetIP(const char* name); int GetName(const insp_inaddr* ip); DNSResult GetResult(); -- cgit v1.2.3