X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7b463c9c17665403d001fc59cb649551e93d950..5a185bb60f4c7b77ebccc4948d17f0dc43a9d6a5:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index d7459ac3e9..e42c4da06e 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -38,7 +38,9 @@ extern xbt_lib_t storage_type_lib; extern int ROUTING_STORAGE_TYPE_LEVEL; //Routing storage_type level /* The callbacks to register for the routing to work */ -void routing_AS_begin(const char *AS_id, const char *wanted_routing_type); +void routing_AS_begin(const char *AS_id, int wanted_routing_type); void routing_AS_end(void); +void routing_cluster_add_backbone(void* bb); + #endif /* _SURF_SURF_H */