Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Remove sg_platf_ASRoute_cb
[simgrid.git] / src / include / surf / surf.h
index 38cebed..a6bb939 100644 (file)
@@ -1166,8 +1166,8 @@ void instr_routing_platform_graph_export_graphviz (xbt_graph_t g, const char *fi
 
 /********** Routing **********/
 void routing_AS_begin(sg_platf_AS_cbarg_t AS);
-void routing_AS_end(sg_platf_AS_cbarg_t AS);
-void routing_add_host(As* as, sg_platf_host_cbarg_t host);
+void routing_AS_end(void);
+RoutingEdge *routing_add_host(As* as, sg_platf_host_cbarg_t host);
 void routing_cluster_add_backbone(void* bb);
 As* routing_get_current();