X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1f526e4157e5a965b4773291c81fc71de27de25..7abffd12021a46a0ac1bd2b4ff48ca4b3cc8c71c:/include/surf/surf_routing.h?ds=sidebyside diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index f9a208ed18..e42c4da06e 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -41,4 +41,6 @@ extern int ROUTING_STORAGE_TYPE_LEVEL; //Routing storage_type level 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 */