Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement function get_route in model KCCFLN05 (not tested yet...)
[simgrid.git] / src / surf / network.c
index eb432eb..edb762e 100644 (file)
@@ -458,7 +458,7 @@ static surf_action_t communicate(void *src, void *dst, double size, double rate)
   return (surf_action_t) action;
 }
 
-static void** get_route(void *src, void *dst) {
+static void* get_route(void *src, void *dst) {
   /* TODO */
 
   return NULL;