X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9932a0c0d2c44e34633c97a827b2b04d615cb4e9..d04fca45db7b95d95da6615e54a38c467ef3c230:/src/simix/smx_host_private.h diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index d267baa251..ecd0d25cc8 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -51,7 +51,10 @@ double SIMIX_host_get_current_power_peak(smx_host_t host); double SIMIX_host_get_power_peak_at(smx_host_t host, int pstate_index); int SIMIX_host_get_nb_pstates(smx_host_t host); double SIMIX_host_get_consumed_energy(smx_host_t host); -void SIMIX_host_set_power_peak_at(smx_host_t host, int pstate_index); +double SIMIX_host_get_wattmin_at(smx_host_t host,int pstate); +double SIMIX_host_get_wattmax_at(smx_host_t host,int pstate); +void SIMIX_host_set_pstate(smx_host_t host, int pstate_index); +int SIMIX_host_get_pstate(smx_host_t host); smx_synchro_t SIMIX_host_execute(const char *name, smx_host_t host, double flops_amount, double priority, double bound, unsigned long affinity_mask); smx_synchro_t SIMIX_host_parallel_execute(const char *name, @@ -102,6 +105,8 @@ void SIMIX_vm_set_bound(smx_host_t ind_vm, double bound); void SIMIX_vm_set_affinity(smx_host_t ind_vm, smx_host_t ind_pm, unsigned long mask); +void SIMIX_vm_migratefrom_resumeto(smx_host_t vm, smx_host_t src_pm, smx_host_t dst_pm); + void SIMIX_host_get_params(smx_host_t ind_vm, ws_params_t params); void SIMIX_host_set_params(smx_host_t ind_vm, ws_params_t params);