X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b8feb2f921bf25aa725cc7ea0b306195b55bb1b..50112236f62426d55750da4901ab88456a272e7f:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index e2eb92cd8a..7af3255fe6 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -87,7 +87,7 @@ public: xbt_dict_t properties(); const char*property(const char*key); void setProperty(const char*key, const char *value); - xbt_swag_t processes(); + void processes(std::vector* list); double getPstateSpeed(int pstate_index); int pstatesCount() const; void setPstate(int pstate_index);