From 75a88b4f25678374e458f4b8875cd72273e8b8fb Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 27 Jan 2016 01:50:39 +0100 Subject: [PATCH] no need for that declaration anymore --- include/simgrid/simdag.h | 3 +++ 1 file changed, 3 insertions(+) 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); /** @} */ -- 2.20.1