Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation : add the uniform topology
[simgrid.git] / include / surf / surf_routing.h
index f9a208ed18c7b245d3dbca4b376631aa4f8b6ecc..e42c4da06e7acfd54510bfa1b52320a4cf2df64e 100644 (file)
@@ -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 */