Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fields are private.
[simgrid.git] / src / plugins / host_dvfs.cpp
index 0a0e2da..da093ad 100644 (file)
@@ -61,7 +61,7 @@ namespace dvfs {
  */
 class Governor {
 
-protected:
+private:
   simgrid::s4u::Host* const host_;
   double sampling_rate_;