X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af0b5e9494ca8988c8dd7d3874c3c7a400a63172..582b6f00f1f41d334dbc865dd0b993a7e501f3ba:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index a50e6ccfc6..ff8b6b0cb0 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -185,6 +185,7 @@ struct s_routing_global { XBT_PUBLIC(void) routing_model_create(size_t size_of_link, void *loopback); XBT_PUBLIC(void) routing_exit(void); +XBT_PUBLIC(void) storage_register_callbacks(void); XBT_PUBLIC(void) routing_register_callbacks(void); XBT_PUBLIC(void) generic_free_route(route_t route); // FIXME rename to routing_route_free // FIXME: make previous function private to routing again?