X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7252fa251634f51cf28f3b286b20b9d55fbc2702..95c18a574f08e6942b150f12bf0173990a8e9082:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index 7de832c5aa..1e355c6f97 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -31,8 +31,11 @@ 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_TYPE_LEVEL; //Routing storage_type 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);