X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c91ef27d4ac7ac51bf0cd804ba3cb75d5b8a3ece..7e082217ec28452a0f8fdb0207d8792f0b0932dc:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index e42c4da06e..417cbca36d 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -8,6 +8,7 @@ #define _SURF_SURF_ROUTING_H #include "xbt/lib.h" +#include "simgrid/platf_interface.h" extern xbt_lib_t host_lib; extern int ROUTING_HOST_LEVEL; //Routing level @@ -38,8 +39,8 @@ 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, int wanted_routing_type); -void routing_AS_end(void); +void routing_AS_begin(sg_platf_AS_cbarg_t AS); +void routing_AS_end(sg_platf_AS_cbarg_t AS); void routing_cluster_add_backbone(void* bb);