X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..e539420254a37bebe33ac9258c633d2dbe39b1ad:/src/surf/surf_routing_floyd.c?ds=sidebyside diff --git a/src/surf/surf_routing_floyd.c b/src/surf/surf_routing_floyd.c index 5bce7d4548..0f08c52a98 100644 --- a/src/surf/surf_routing_floyd.c +++ b/src/surf/surf_routing_floyd.c @@ -146,6 +146,7 @@ AS_t model_floyd_create(void) new_component->generic_routing.get_route_and_latency = floyd_get_route_and_latency; new_component->generic_routing.get_onelink_routes = floyd_get_onelink_routes; + new_component->generic_routing.get_graph = generic_get_graph; new_component->generic_routing.finalize = floyd_finalize; return (AS_t)new_component; }