From 08b8c64bb6b6aa1d8cc5a7963c4ffa0a24e81960 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 22 Oct 2006 15:58:13 +0000 Subject: Change around some dns stuff (dont use this yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5522 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/dns.h b/include/dns.h index 804250c15..b011a9ddb 100644 --- a/include/dns.h +++ b/include/dns.h @@ -254,11 +254,6 @@ class DNS : public EventHandler */ int currid; - /** - * Currently active Resolver classes - */ - Resolver* Classes[MAX_REQUEST_ID]; - /** * We have to turn off a few checks on received packets * when people are using 4in6 (e.g. ::ffff:xxxx). This is @@ -273,6 +268,10 @@ class DNS : public EventHandler int MakePayload(const char* name, const QueryType rr, const unsigned short rr_class, unsigned char* payload); public: + /** + * Currently active Resolver classes + */ + Resolver* Classes[MAX_REQUEST_ID]; /** * The port number DNS requests are made on, * and replies have as a source-port number. -- cgit v1.2.3