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 b348c64..3539e39 100644 (file)
@@ -29,9 +29,12 @@ 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_open(const char *AS_id, const char *wanted_routing_type);
-void routing_AS_close(void);
+void routing_AS_begin(const char *AS_id, const char *wanted_routing_type);
+void routing_AS_end(void);
 
 #endif                          /* _SURF_SURF_H */