Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fields are private.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Aug 2018 14:14:41 +0000 (16:14 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Aug 2018 14:14:41 +0000 (16:14 +0200)
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_;