]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/lwres.hh
rec: Don't account chained queries more than once
[thirdparty/pdns.git] / pdns / lwres.hh
index e04e67f201dcbd4340146d0e2715b1b493eca24c..ad9855d766ee7e4887e4e6a6eeff718a27451f37 100644 (file)
@@ -67,5 +67,5 @@ public:
   bool d_haveEDNS{false};
 };
 
-int asyncresolve(const ComboAddress& ip, const DNSName& domain, int type, bool doTCP, bool sendRDQuery, int EDNS0Level, struct timeval* now, boost::optional<Netmask>& srcmask, boost::optional<const ResolveContext&> context, std::shared_ptr<RemoteLogger> outgoingLogger, LWResult* res);
+int asyncresolve(const ComboAddress& ip, const DNSName& domain, int type, bool doTCP, bool sendRDQuery, int EDNS0Level, struct timeval* now, boost::optional<Netmask>& srcmask, boost::optional<const ResolveContext&> context, std::shared_ptr<RemoteLogger> outgoingLogger, LWResult* res, bool* chained);
 #endif // PDNS_LWRES_HH