Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unsigned long-ing
[simgrid.git] / src / s4u / s4u_Host.cpp
index f8be7d0..e3f77fa 100644 (file)
@@ -321,7 +321,7 @@ Host* Host::set_pstate(unsigned long pstate_index)
 }
 
 /** @brief Retrieve the pstate at which the host is currently running */
-int Host::get_pstate() const
+unsigned long Host::get_pstate() const
 {
   return this->pimpl_cpu_->get_pstate();
 }