X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f2a0679abc416b526cae522772f7642026ccc32:/examples/msg/dht-kademlia/kademlia.c..804984d2554e37c85236d342355a266945c4fd9a:/examples/msg/dht-kademlia/dht-kademlia.c diff --git a/examples/msg/dht-kademlia/kademlia.c b/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 6eae1ee293..1177377716 100644 --- a/examples/msg/dht-kademlia/kademlia.c +++ b/examples/msg/dht-kademlia/dht-kademlia.c @@ -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"