Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Create a (fake) simcall for creating a process directly from a simgrid::simix...
[simgrid.git] / src / simix / smx_host.cpp
index 32a9a3f..d4684dd 100644 (file)
@@ -67,7 +67,7 @@ void SIMIX_host_on(sg_host_t h)
                                NULL,
                                arg->hostname,
                                arg->kill_time,
-                               arg->args.argc(), arg->args.to_argv(),
+                               arg->args,
                                arg->properties,
                                arg->auto_restart);
       }
@@ -226,7 +226,7 @@ void SIMIX_host_autorestart(sg_host_t host)
                              NULL,
                              arg->hostname,
                              arg->kill_time,
-                             arg->args.argc(), arg->args.to_argv(),
+                             arg->args,
                              arg->properties,
                              arg->auto_restart);
     }