]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdist.hh
Merge pull request #10527 from rgacogne/ddist-log-reload
[thirdparty/pdns.git] / pdns / dnsdist.hh
index 2f379ed73d0a803fcfe413f9b7f54ed2906a5873..c9ef384522743b65c7974172892fb801e2793dde 100644 (file)
@@ -240,6 +240,9 @@ public:
   {
     return {{}};
   }
+  virtual void reload()
+  {
+  }
 };
 
 class DNSResponseAction
@@ -251,6 +254,9 @@ public:
   {
   }
   virtual string toString() const = 0;
+  virtual void reload()
+  {
+  }
 };
 
 struct DynBlock