Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change a function as a method of simix::Host
[simgrid.git] / src / simix / smx_host_private.h
index 5cfdd36..38992fe 100644 (file)
@@ -32,6 +32,8 @@ namespace simgrid {
       xbt_swag_t process_list;
       xbt_dynar_t auto_restart_processes = nullptr;
       xbt_dynar_t boot_processes = nullptr;
+
+      void turnOn();
     };
   }
 }