Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Energy: New function to update the consumption of all hosts at once
[simgrid.git] / include / simgrid / plugins / energy.h
index 06d1de8..bc1da10 100644 (file)
@@ -13,6 +13,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_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);