X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4293ddb34527a64ea3bfd1c509ce05e2d87b1219..e93257dad9c24c211ccdfcb64e36c8805f0ff832:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index ac3fae8ef6..42ec82ab90 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -194,6 +194,8 @@ struct s_routing_global { XBT_PUBLIC(void) routing_model_create(size_t size_of_link, void *loopback, double_f_cpvoid_t get_link_latency_fun); +XBT_PUBLIC(void) routing_parse_Scluster(void); /* cluster bypass */ + /** * Resource protected methods */