X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e8d76f5eb3db584150db55fc3929623188b6b08..184f7cbedd7496fb81e192e78f7beae87f942ee5:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index a0a891d562..1e355c6f97 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -29,4 +29,16 @@ extern int ROUTING_ASR_LEVEL; //Routing level extern int COORD_ASR_LEVEL; //Coordinates level extern int NS3_ASR_LEVEL; //host node for ns3 +extern xbt_lib_t storage_lib; +extern int ROUTING_STORAGE_LEVEL; //Routing storage level +extern int ROUTING_STORAGE_HOST_LEVEL; +extern int SURF_STORAGE_LEVEL; + +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_end(void); + #endif /* _SURF_SURF_H */