X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fcc135ed60645b200d4d865b826cc0ba71e65f2..1a975ced4278c81b875165ded3d9b2254d1522aa:/include/simgrid/host.h?ds=sidebyside diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 843c0fcfb4..e5ad0eb50a 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -68,6 +68,7 @@ XBT_PUBLIC xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host); * @return a dynar containing all storages (name) attached to the host */ XBT_PUBLIC xbt_dynar_t sg_host_get_attached_storage_list(const_sg_host_t host); +XBT_PUBLIC void sg_host_disks(sg_host_t host, unsigned int* disk_count, sg_disk_t** disks); // =========== user-level functions =============== /** @brief Return the speed of the processor (in flop/s), regardless of the current load on the machine. */