X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65699ea4ee7cefdc63f19e3d29084ffae88dae9e..a2e3017a310c1a90c034738dfbe3d220565281ea:/include/simgrid/plugins/energy.h diff --git a/include/simgrid/plugins/energy.h b/include/simgrid/plugins/energy.h index 035103c9ca..3bf34298c3 100644 --- a/include/simgrid/plugins/energy.h +++ b/include/simgrid/plugins/energy.h @@ -14,8 +14,7 @@ SG_BEGIN_DECL() XBT_PUBLIC void sg_host_energy_plugin_init(); XBT_PUBLIC void sg_host_energy_update_all(); XBT_PUBLIC double sg_host_get_consumed_energy(sg_host_t host); -XBT_ATTRIB_DEPRECATED_v327("Please use !sg_host_get_idle_consumption_at()") \ - XBT_PUBLIC double sg_host_get_idle_consumption(sg_host_t host); /* deprecated */ +XBT_PUBLIC double sg_host_get_idle_consumption(sg_host_t host); XBT_PUBLIC double sg_host_get_idle_consumption_at(sg_host_t host, int pstate); XBT_PUBLIC double sg_host_get_wattmin_at(sg_host_t host, int pstate); XBT_PUBLIC double sg_host_get_wattmax_at(sg_host_t host, int pstate);