Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Rename config option from sampling_rate to sampling-rate
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 13 Jul 2018 12:01:14 +0000 (14:01 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Sat, 14 Jul 2018 20:47:19 +0000 (22:47 +0200)
src/plugins/host_dvfs.cpp

index 2cb3ffa..5e8886d 100644 (file)
@@ -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 {