Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
example s4u-platform-properties: test thehost->get_englobing_zone and diplay its...
[simgrid.git] / examples / s4u / dht-kademlia / answer.hpp
index 1ff56ea..ab93e99 100644 (file)
@@ -29,7 +29,7 @@ public:
   unsigned int merge(Answer* a);
   void trim();
   bool destinationFound();
-  void addBucket(kademlia::Bucket* bucket);
+  void addBucket(const kademlia::Bucket* bucket);
 };
 }