diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-02 20:06:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-02 20:06:50 +0000 |
commit | e5ab44198da68141c09dd27d3c786b4ebc8d0e7a (patch) | |
tree | c78d6f352414ce4d4134201c5d766b4160b560b6 /include | |
parent | 4d941f1b7ab853c7cfb014fb1436aac8e9397c0a (diff) |
Made MasterSocket static
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4652 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/dns.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |