Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Change routing_parse_init() into routing_add_host()
[simgrid.git] / include / surf / surf_routing.h
index e4ddcd9..655b2b4 100644 (file)
@@ -33,13 +33,6 @@ XBT_PUBLIC_DATA(xbt_lib_t) file_lib;
 XBT_PUBLIC_DATA(xbt_lib_t) storage_type_lib;
 XBT_PUBLIC_DATA(int) ROUTING_STORAGE_TYPE_LEVEL;   //Routing storage_type level
 
-/* The callbacks to register for the routing to work */
-void routing_AS_begin(sg_platf_AS_cbarg_t AS);
-void routing_AS_end(sg_platf_AS_cbarg_t AS);
-
-void routing_parse_init(sg_platf_host_cbarg_t host);
-void routing_cluster_add_backbone(void* bb);
-
 SG_END_DECL()
 
 #endif                          /* _SURF_SURF_H */