X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c879d143d67b47261ea2dd9060bcaa30a495a24..16a81d317a360ed7c9a3f3615b58b991f99cd241:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index bc6057b1dd..19b2b58817 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -201,6 +201,11 @@ struct s_routing_platf { XBT_PUBLIC(void) routing_model_create(void *loopback); XBT_PUBLIC(void) routing_exit(void); XBT_PUBLIC(void) storage_register_callbacks(void); +/* ***************************************** */ +/* TUTORIAL: New TAG */ +XBT_PUBLIC(void) gpu_register_callbacks(void); +/* ***************************************** */ + XBT_PUBLIC(void) routing_register_callbacks(void); XBT_PUBLIC(void) generic_free_route(sg_platf_route_cbarg_t route); // FIXME rename to routing_route_free // FIXME: make previous function private to routing again?