Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add two new tag for routing cluster (only):
[simgrid.git] / include / surf / surf_routing.h
index d7459ac..e42c4da 100644 (file)
@@ -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 */