Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another dynar dies
[simgrid.git] / src / simix / smx_host_private.h
index 7d3fd3d..964a730 100644 (file)
@@ -32,7 +32,7 @@ namespace simgrid {
 
       xbt_swag_t process_list;
       std::vector<ProcessArg*> auto_restart_processes;
-      xbt_dynar_t boot_processes = nullptr;
+      std::vector<ProcessArg*> boot_processes;
 
       void turnOn();
     };