Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename sg_platf_new_AS_{open,close} to {begin,end} since you cannot reopen them to...
[simgrid.git] / include / surf / surf_routing.h
index b348c64..3c945cc 100644 (file)
@@ -31,7 +31,7 @@ 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);
+void routing_AS_begin(const char *AS_id, const char *wanted_routing_type);
+void routing_AS_end(void);
 
 #endif                          /* _SURF_SURF_H */