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 f4d9516528fe91ba0f5eb28321e3bd7970cb02e3..fddd109b1af21f43a81c44fc8e4b28ff7f358137 100644 (file)
@@ -12,13 +12,12 @@ static xbt_dynar_t none_get_onelink_routes(AS_t rc) {
   return NULL;
 }
 
-static route_extended_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_extended_t none_get_bypass_route(AS_t rc,
+static route_t none_get_bypass_route(AS_t rc,
                                               const char *src,
                                               const char *dst) {
   return NULL;