Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branches 'auto_restart' and 'auto_restart' of framagit.org:simgrid/simgrid
[simgrid.git] / src / surf / HostImpl.hpp
index a206e76..cca54d6 100644 (file)
@@ -65,9 +65,8 @@ public:
       ActorList;
 
   // FIXME: make these private
-  ActorList process_list;
-  std::vector<kernel::actor::ProcessArg*> auto_restart_processes;
-  std::vector<kernel::actor::ProcessArg*> boot_processes;
+  ActorList process_list_;
+  std::map<std::string, kernel::actor::ProcessArg*> actors_at_boot_;
 };
 }
 }