X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7711e3434875abc7fba905333f93ef83e5e77a59..8cc10e99f53995bc7486e4467b4e6ad8d7be3460:/include/surf/surf_routing.h diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index b348c640c5..3c945cc4e6 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -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 */