Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
DragonflyZone: do not save the whole ClusterCreationArgs structure
[simgrid.git] / src / kernel / EngineImpl.cpp
index 52cc45d..12979fa 100644 (file)
@@ -5,8 +5,8 @@
 
 #include "src/kernel/EngineImpl.hpp"
 #include "simgrid/kernel/routing/NetPoint.hpp"
+#include "simgrid/kernel/routing/NetZoneImpl.hpp"
 #include "simgrid/s4u/Host.hpp"
-#include "src/kernel/routing/NetZoneImpl.hpp"
 #include "src/surf/StorageImpl.hpp"
 
 #include <algorithm>
@@ -26,7 +26,7 @@ EngineImpl::~EngineImpl()
    */
   std::vector<std::string> names;
   for (auto const& kv : hosts_)
-    names.push_back(kv.second->getName());
+    names.push_back(kv.second->get_name());
 
   std::sort(names.begin(), names.end());