X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f9dca01ff99392fc22351aa153aa78a9aa72286..2fa31273f15799271677dad1a964997bc5a057f9:/include/simgrid/s4u/Host.hpp diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 5ca3ce37b8..cd0797a68a 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -189,8 +189,8 @@ public: unsigned long get_pstate_count() const; int get_pstate() const; - double get_pstate_speed(int pstate_index) const; - Host* set_pstate(int pstate_index); + double get_pstate_speed(unsigned long pstate_index) const; + Host* set_pstate(unsigned long pstate_index); Host* set_coordinates(const std::string& coords); std::vector get_disks() const;