X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45176f410366aa94795f4e48cc6282b262a4b3dd..0a95c78251f3ecbf1dfcb3ebe7904e44acf1beef:/include/simgrid/simix.h?ds=sidebyside diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index b2b8b32d0c..1e1e16a8d9 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -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, - double kill_time, int argc, char **argv, xbt_dict_t properties, int auto_restart);