Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the XML-level callbacks to AS_open/close and create some at sg_platf level instead
[simgrid.git] / include / surf / surf_routing.h
index a0a891d..b348c64 100644 (file)
@@ -29,4 +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
 
+
+/* 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);
+
 #endif                          /* _SURF_SURF_H */