]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix naming
authorphonedph1 <ph1@slurpee3>
Thu, 19 Sep 2024 02:15:52 +0000 (20:15 -0600)
committerphonedph1 <ph1@slurpee3>
Thu, 19 Sep 2024 02:15:52 +0000 (20:15 -0600)
pdns/dnsdistdist/dnsdist-cache.hh

index 241cf98f402f2805788b6e9a1bfd97f3bb7a612b..a3ef35023e4cf1d1bf7e08f6f3c5c3ff175004f9 100644 (file)
@@ -55,7 +55,7 @@ public:
   uint64_t getTTLTooShorts() const { return d_ttlTooShorts.load(); }
   uint64_t getCleanupCount() const { return d_cleanupCount.load(); }
   uint64_t getEntriesCount();
-  uint64_t dump(int fileDesc, bool fullResponse = false);
+  uint64_t dump(int fileDesc, bool rawResponse = false);
 
   /* get the list of domains (qnames) that contains the given address in an A or AAAA record */
   std::set<DNSName> getDomainsContainingRecords(const ComboAddress& addr);