X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d59d27482febdeebb55fcc3e116f5b9305771bb9..9072f634ac2f4bdece800197ad4ad73ec96fd1d8:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index de58a7ca5d..e2d19deab4 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -329,6 +329,8 @@ XBT_PUBLIC(double) MSG_host_get_power_peak_at(msg_host_t h, int pstate); XBT_PUBLIC(double) MSG_host_get_current_power_peak(msg_host_t h); XBT_PUBLIC(int) MSG_host_get_nb_pstates(msg_host_t h); XBT_PUBLIC(void) MSG_host_set_pstate(msg_host_t h, int pstate); +XBT_PUBLIC(int) MSG_host_get_pstate(msg_host_t host); + XBT_PUBLIC(double) MSG_host_get_consumed_energy(msg_host_t h); /*property handlers*/