X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0ae635db715a7d6f260872689f27a75e0ce4b98..a59a47d79fe092f559a4a03de102402d7085bca9:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 79bf716bb9..6eb6aaac91 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -322,6 +322,8 @@ XBT_PUBLIC(int) simcall_host_get_nb_pstates(smx_host_t host); XBT_PUBLIC(void) simcall_host_set_pstate(smx_host_t host, int pstate_index); XBT_PUBLIC(int) simcall_host_get_pstate(smx_host_t host); XBT_PUBLIC(double) simcall_host_get_consumed_energy(smx_host_t host); +XBT_PUBLIC(double) simcall_host_get_wattmin_at(smx_host_t host, int pstate); +XBT_PUBLIC(double) simcall_host_get_wattmax_at(smx_host_t host, int pstate); XBT_PUBLIC(smx_synchro_t) simcall_host_execute(const char *name, smx_host_t host, double flops_amount,