X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a47a483b14326973a069a2424baacf6c85f1584..c6251977c7530cd73bc7a90175a36ea7e5c95e4d:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 2555b46c09..70bbccaea6 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -52,8 +52,6 @@ XBT_PUBLIC(xbt_dynar_t) sg_host_get_attached_storage_list(sg_host_t host); // =========== user-level functions =============== XBT_PUBLIC(double) sg_host_speed(sg_host_t host); XBT_PUBLIC(double) sg_host_get_available_speed(sg_host_t host); -XBT_PUBLIC(int) sg_host_core_count(sg_host_t host); -XBT_PUBLIC(int) sg_host_is_on(sg_host_t host); XBT_PUBLIC(int) sg_host_get_nb_pstates(sg_host_t host); XBT_PUBLIC(int) sg_host_get_pstate(sg_host_t host);