X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b96ca38c1b2f4ac542ae921e3645f78c640765fc..5a9c845da2c148a5e6319c698b0e539ee3351164:/src/smpi/smpi_dvfs.cpp diff --git a/src/smpi/smpi_dvfs.cpp b/src/smpi/smpi_dvfs.cpp index 1ab64e03a2..5b1876e29c 100644 --- a/src/smpi/smpi_dvfs.cpp +++ b/src/smpi/smpi_dvfs.cpp @@ -50,11 +50,7 @@ void smpi_set_host_pstate(int pstate_index) { sg_host_set_pstate(SIMIX_host_self(), pstate_index); } -/** - * \brief Gets the pstate at which the processor currently running - * - * \param pstate_index pstate to switch to - */ +/** @brief Gets the pstate at which the processor currently running */ int smpi_get_host_pstate() { return sg_host_get_pstate(SIMIX_host_self()); }