From f97bad3c82af23c0f37296e56d5379377d1088e2 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 13 Jul 2018 14:01:14 +0200 Subject: [PATCH] [DVFS] Rename config option from sampling_rate to sampling-rate --- src/plugins/host_dvfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1