]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_vivaldi.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add limiter_link option to cluster tag, to add a pseudo-shared link, to limit bandwid...
[simgrid.git] / src / surf / surf_routing_vivaldi.c
index 2079a80a2ba84975f4f9723c481bae57fec7d9fa..ed8a80cc3ccc4fd5390111dfe596252e4ea01810 100644 (file)
@@ -105,5 +105,6 @@ AS_t model_vivaldi_create(void)
   AS_t new_component = model_rulebased_create();
   new_component->get_route_and_latency = vivaldi_get_route_and_latency;
   new_component->parse_PU = vivaldi_parse_PU;
+  new_component->get_graph = generic_get_graph;
   return new_component;
 }