Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
[simgrid.git] / 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)