X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c037db836667c8408d94daf61b893dd1efbabca..a511865336e83ac3654632265ed00b8f0bf0eccc:/src/simix/smx_host.cpp diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 32a9a3f188..d4684dd72f 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -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); }