X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eff3b8aba0af43e3294a007d806867641ec6d3b6..902bfac9bff09e19eca48595e4b0d5d71734d265:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 564f1416bb..c64d330ce5 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -114,8 +114,9 @@ XBT_PUBLIC(void) routing_model_create(size_t size_of_link,void *loopback); * generic methods to create resources bypassing the parser * FIXME : better if added to the routing model instead */ -XBT_PUBLIC(void) routing_set_route(char *source_id,char *destination_id,xbt_dynar_t links_id,int action); +XBT_PUBLIC(void) routing_add_route(char *source_id,char *destination_id,xbt_dynar_t links_id,int action); XBT_PUBLIC(void) routing_add_host(char* host_id); +XBT_PUBLIC(void) routing_set_routes(void); /* * Resource protected methods