Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't convert host to name to host. Perl epoch is over.
[simgrid.git] / include / simgrid / simix.h
index a765cd4..a0e8e67 100644 (file)
@@ -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,