X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/361a65b895bbb27bdacc5516e9d9bf1bb0c93116..0b12f8c2c1c67c98251c9e523725c74ac172c0f6:/src/plugins/host_dvfs.cpp diff --git a/src/plugins/host_dvfs.cpp b/src/plugins/host_dvfs.cpp index 0a0e2da83b..da093ade75 100644 --- a/src/plugins/host_dvfs.cpp +++ b/src/plugins/host_dvfs.cpp @@ -61,7 +61,7 @@ namespace dvfs { */ class Governor { -protected: +private: simgrid::s4u::Host* const host_; double sampling_rate_;