Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in the energy plugin
[simgrid.git] / examples / msg / energy-vm / energy-vm.c
index c885f51..8a2011d 100644 (file)
@@ -58,7 +58,7 @@ static int dvfs(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-  sg_energy_plugin_init();
+  sg_host_energy_plugin_init();
   MSG_init(&argc, argv);
 
   xbt_assert(argc > 1, "Usage: %s platform_file\n\tExample: %s msg_platform.xml\n", argv[0], argv[0]);