Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline two C files that were included (gosh)
[simgrid.git] / src / surf / HostImpl.hpp
index cca54d64854c27c4303ddb2a3de1ec88772225ff..95b583aeb91b8924c4fbf7f4f31a84e66f200aa7 100644 (file)
@@ -66,7 +66,7 @@ public:
 
   // FIXME: make these private
   ActorList process_list_;
-  std::map<std::string, kernel::actor::ProcessArg*> actors_at_boot_;
+  std::vector<kernel::actor::ProcessArg*> actors_at_boot_;
 };
 }
 }