]> granicus.if.org Git - pdns/commitdiff
add dummy 'reportTimeout' to slavecommunicator so things compile again
authorBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Jun 2010 19:07:44 +0000 (19:07 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Jun 2010 19:07:44 +0000 (19:07 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1639 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/slavecommunicator.cc

index d29d9f017986453c554968daf4ebee500bad3466..60b100ef0451213721d3650c938f2b91fe0d171f 100644 (file)
@@ -133,6 +133,9 @@ struct SlaveSenderReceiver
     d_resolver.makeUDPSocket();
   }
   
+  void deliverTimeout(const Identifier& i)
+  {}
+  
   Identifier send(DomainInfo& di)
   {
     random_shuffle(di.masters.begin(), di.masters.end());