From 6c7661760f39aed9979321042b3d703c7e7853ee Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 22 Mar 2018 13:50:40 +0100 Subject: [PATCH] typo --- include/simgrid/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index b7a1fd50d0..c88f4b97ba 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -58,7 +58,7 @@ XBT_PUBLIC const char* MSG_host_get_name(sg_host_t host); XBT_PUBLIC void* MSG_host_get_data(sg_host_t host); XBT_PUBLIC void MSG_host_set_data(sg_host_t host, void* data); XBT_PUBLIC xbt_dict_t MSG_host_get_mounted_storage_list(sg_host_t host); -XBT_PUBLIC xbt_dynar_t MSG_host_get_attached_storage_listsg_host_t(sg_host_t host); +XBT_PUBLIC xbt_dynar_t MSG_host_get_attached_storage_lists(sg_host_t host); XBT_PUBLIC double MSG_host_get_speed(sg_host_t host); XBT_PUBLIC double MSG_host_get_power_peak_at(sg_host_t host, int pstate_index); XBT_PUBLIC int MSG_host_get_core_number(sg_host_t host); -- 2.20.1