Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prevent tasks to share resources when they don't have to.
[simgrid.git] / include / surf / surf_routing.h
index 3c945cc..3539e39 100644 (file)
@@ -29,6 +29,9 @@ 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 level
+extern int SURF_STORAGE_LEVEL;      //Surf level
 
 /* The callbacks to register for the routing to work */
 void routing_AS_begin(const char *AS_id, const char *wanted_routing_type);