diff options
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(); |