From a4e3be65f63cc3abc3379b0a7376cf5fe2e8fa8e Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 14 Feb 2017 17:34:14 +0100 Subject: [PATCH 1/1] backport --- include/simgrid/simdag.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index eaf760a80d..2edb7b0b0d 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -181,6 +181,8 @@ XBT_PUBLIC(std::set*) simulate(double how_long); #define SD_workstation_get_property_value sg_host_get_property_value #define SD_workstation_get_power sg_host_speed #define SD_workstation_get_available_power sg_host_get_available_speed +#define SD_route_get_latency sg_host_route_latency +#define SD_route_get_bandwidth sg_host_route_bandwidth #define SD_workstation_get_mounted_storage_list sg_host_get_mounted_storage_list // Lost functions @@ -189,7 +191,8 @@ XBT_PUBLIC(std::set*) simulate(double how_long); //SD_workstation_get_current_task //SD_route_get_communication_time => SG_route_get_latency() + amount / SD_route_get_bandwidth() //SD_workstation_get_computation_time => amount / sg_host_speed() +//SD_route_get_size +//SD_route_get_list //TRACE_sd_set_task_category - SG_END_DECL() #endif -- 2.20.1