X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0deeb7395b0acb0b56550d62bc26df529779ef4..f97bad3c82af23c0f37296e56d5379377d1088e2:/src/plugins/host_dvfs.cpp?ds=inline diff --git a/src/plugins/host_dvfs.cpp b/src/plugins/host_dvfs.cpp index 2cb3ffa8a5..5e8886d1ca 100644 --- a/src/plugins/host_dvfs.cpp +++ b/src/plugins/host_dvfs.cpp @@ -20,7 +20,7 @@ SIMGRID_REGISTER_PLUGIN(host_dvfs, "Dvfs support", &sg_host_dvfs_plugin_init) XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_plugin_dvfs, surf, "Logging specific to the SURF HostDvfs plugin"); -static std::string property_sampling_rate = "plugin/dvfs/sampling_rate"; +static std::string property_sampling_rate = "plugin/dvfs/sampling-rate"; static std::string property_governor = "plugin/dvfs/governor"; namespace simgrid {