X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65ad88b71f10717fb542633b394035ff2e53e308..42a5c2c5fa27026391c465eb71f8c6486b6af403:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index a765cd4261..a0e8e675d3 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -281,7 +281,7 @@ XBT_PUBLIC(void) simcall_vm_shutdown(sg_host_t vm); XBT_PUBLIC(smx_actor_t) simcall_process_create(const char *name, xbt_main_func_t code, void *data, - const char *hostname, + sg_host_t host, double kill_time, int argc, char **argv, xbt_dict_t properties,