Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factoring
[simgrid.git] / examples / msg / dht-kademlia / dht-kademlia.c
similarity index 99%
rename from examples/msg/dht-kademlia/kademlia.c
rename to examples/msg/dht-kademlia/dht-kademlia.c
index 6eae1ee..1177377 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "kademlia.h"
+#include "dht-kademlia.h"
 #include "node.h"
 #include "task.h"