From: Frederic Suter Date: Wed, 27 Jan 2016 00:50:39 +0000 (+0100) Subject: no need for that declaration anymore X-Git-Tag: v3_13~1058^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/75a88b4f25678374e458f4b8875cd72273e8b8fb?ds=sidebyside no need for that declaration anymore --- diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 0fcdfbd337..7d2ac9ec2a 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -95,6 +95,9 @@ XBT_PUBLIC(int) SD_route_get_size(sg_host_t src, sg_host_t dst); XBT_PUBLIC(double) SD_route_get_latency(sg_host_t src, sg_host_t dst); XBT_PUBLIC(double) SD_route_get_bandwidth(sg_host_t src, sg_host_t dst); +XBT_PUBLIC(double) SD_route_get_communication_time(sg_host_t src, + sg_host_t dst, + double bytes_amount); XBT_PUBLIC(const char*) SD_storage_get_host(SD_storage_t storage); /** @} */