X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf07616d00639f39bad49729f9e63b7533eed9a4..08ebacab3b8aeb2d74f811f8631e9c1c8c3938ed:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 7c48221eb8..7af3255fe6 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -87,14 +87,13 @@ public: xbt_dict_t properties(); const char*property(const char*key); void setProperty(const char*key, const char *value); - xbt_swag_t processes(); - double getPstateSpeedCurrent(); + void processes(std::vector* list); double getPstateSpeed(int pstate_index); int pstatesCount() const; void setPstate(int pstate_index); int pstate(); xbt_dict_t mountedStoragesAsDict(); // HACK - std::vector attachedStorages(); + void attachedStorages(std::vector * storages); /** Get an associative list [mount point]->[Storage] of all local mount points. *