Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more dupplicated code ritual sacrifice and cleanups
[simgrid.git] / src / simix / smx_host_private.h
index 7d3fd3d..230060c 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();
     };
@@ -47,7 +47,6 @@ XBT_PRIVATE void SIMIX_host_add_auto_restart_process(sg_host_t host,
                                          const char *name,
                                          std::function<void()> code,
                                          void *data,
-                                         const char *hostname,
                                          double kill_time,
                                          xbt_dict_t properties,
                                          int auto_restart);