X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6bc0ed8b82677712adaf34d995bc32c0c45eb31f..ff52edfeb1b9c585656a745144fea2be10c90973:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 25e8a47400..279955a981 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -450,7 +450,6 @@ XBT_PUBLIC(double) surf_host_get_current_power_peak(sg_host_t host); */ XBT_PUBLIC(double) surf_host_get_power_peak_at(sg_host_t host, int pstate_index); -XBT_PUBLIC(void) surf_host_set_pstate(sg_host_t host, int pstate_index); XBT_PUBLIC(double) surf_host_get_wattmin_at(sg_host_t resource, int pstate); XBT_PUBLIC(double) surf_host_get_wattmax_at(sg_host_t resource, int pstate);