X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6a53c1ab614ef61d7daab42c65ab296df276cb5..51c23076e2b42ff07dc167dea1cb0e3a4ab3cf68:/src/surf/surf_interface.cpp?ds=inline diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 8697e7766e..85b2bd3cdd 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -40,9 +40,9 @@ extern std::map storage_types; #include // FIXME: this plug-in should not be linked to the core s_surf_model_description_t surf_plugin_description[] = { - {"Host_Energy", "Cpu energy consumption.", &sg_host_energy_plugin_init}, - {"Link_Energy", "Link energy consumption.", &sg_link_energy_plugin_init}, - {"Load", "Cpu load.", &sg_host_load_plugin_init}, + {"host_energy", "Cpu energy consumption.", &sg_host_energy_plugin_init}, + {"link_energy", "Link energy consumption.", &sg_link_energy_plugin_init}, + {"host_load", "Cpu load.", &sg_host_load_plugin_init}, {nullptr, nullptr, nullptr} /* this array must be nullptr terminated */ };