Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AS->get_route is no longer in charge of creating the route it fills
[simgrid.git] / src / surf / surf_routing_none.c
index 66d6c43903b23af200bc4eabe3d4d567c26991fa..fddd109b1af21f43a81c44fc8e4b28ff7f358137 100644 (file)
@@ -12,10 +12,9 @@ static xbt_dynar_t none_get_onelink_routes(AS_t rc) {
   return NULL;
 }
 
-static route_t none_get_route(AS_t rc,
-                                       const char *src, const char *dst)
+static void none_get_route(AS_t rc, const char *src, const char *dst,
+                           route_t res)
 {
-  return NULL;
 }
 
 static route_t none_get_bypass_route(AS_t rc,