From: Aki Tuomi Date: Tue, 9 Jun 2015 19:11:08 +0000 (+0300) Subject: Add read accessor for d_prefix X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~8^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ece1aa0b37f0642e3e015a18819e178bad524039;p=pdns Add read accessor for d_prefix --- diff --git a/pdns/dnsbackend.hh b/pdns/dnsbackend.hh index aa0ae7224..8ae15c9e0 100644 --- a/pdns/dnsbackend.hh +++ b/pdns/dnsbackend.hh @@ -381,6 +381,7 @@ public: return false; } + const string& getPrefix() { return d_prefix; }; protected: bool mustDo(const string &key); const string &getArg(const string &key);