Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need for that declaration anymore
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 27 Jan 2016 00:50:39 +0000 (01:50 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 27 Jan 2016 00:50:39 +0000 (01:50 +0100)
include/simgrid/simdag.h

index 0fcdfbd..7d2ac9e 100644 (file)
@@ -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);
 /** @} */