Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 13 Feb 2018 16:30:59 +0000 (17:30 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 13 Feb 2018 18:53:17 +0000 (19:53 +0100)
src/surf/plugins/host_dvfs.cpp

index 6289449..7df4784 100644 (file)
@@ -139,7 +139,6 @@ public:
     }
   }
 };
-}
 
 class HostDvfs {
 public:
@@ -156,8 +155,9 @@ HostDvfs::HostDvfs(simgrid::s4u::Host* ptr) {}
 HostDvfs::~HostDvfs() = default;
 }
 }
+}
 
-using simgrid::plugin::HostDvfs;
+using simgrid::plugin::dvfs::HostDvfs;
 
 /* **************************** events  callback *************************** */
 static void on_host_added(simgrid::s4u::Host& host)