Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use consistent naming scheme.
[simgrid.git] / src / surf / HostImpl.cpp
index f701211..20a0394 100644 (file)
@@ -95,7 +95,7 @@ std::vector<s4u::ActorPtr> HostImpl::get_all_actors()
 {
   std::vector<s4u::ActorPtr> res;
   for (auto& actor : actor_list_)
-    res.emplace_back(actor.ciface());
+    res.emplace_back(actor.get_ciface());
   return res;
 }
 size_t HostImpl::get_actor_count() const