Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: new simgrid/build-deps image, and use it on gitlab-ci/circleci
[simgrid.git] / src / surf / HostImpl.hpp
index 6672d7a..cca54d6 100644 (file)
@@ -66,8 +66,7 @@ public:
 
   // FIXME: make these private
   ActorList process_list_;
-  std::vector<kernel::actor::ProcessArg*> auto_restart_processes_;
-  std::vector<kernel::actor::ProcessArg*> boot_processes_;
+  std::map<std::string, kernel::actor::ProcessArg*> actors_at_boot_;
 };
 }
 }