Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MailboxPtr looks like a smart pointer, but it's not. Kill it.
[simgrid.git] / examples / s4u / dht-kademlia / answer.hpp
index 0e678a8..ab93e99 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2018. The SimGrid Team.
+/* Copyright (c) 2012-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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);
 };
 }