Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless bits
[simgrid.git] / src / surf / surf_routing_private.hpp
index fa365c15182fada003aaec9f288ac9dd4f7c8220..4dbfad44c2ea2847c43f76a59d92f8f166786b77 100644 (file)
@@ -67,8 +67,8 @@ void model_floyd_parse_route(AS_t rc, sg_platf_route_cbarg_t route);
 /* **************  Cluster ROUTING   **************** */
 
 AsPtr model_cluster_create(void);      /* create structures for cluster routing model */
-AsPtr model_torus_cluster_create(void);      /* create structures for cluster routing model */
-
+AsPtr model_torus_cluster_create(void); 
+AsPtr model_fat_tree_cluster_create(void);
 
 /* ************************************************** */
 /* **************  Vivaldi ROUTING   **************** */