Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to untangle the MSG actor creation mess
[simgrid.git] / include / simgrid / simix.h
index b2b8b32..1e1e16a 100644 (file)
@@ -262,7 +262,6 @@ XBT_PUBLIC(smx_actor_t) simcall_process_create(const char *name,
                                           xbt_main_func_t code,
                                           void *data,
                                           sg_host_t host,
                                           xbt_main_func_t code,
                                           void *data,
                                           sg_host_t host,
-                                          double kill_time,
                                           int argc, char **argv,
                                           xbt_dict_t properties,
                                           int auto_restart);
                                           int argc, char **argv,
                                           xbt_dict_t properties,
                                           int auto_restart);