X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1dee267bd3ff0307b408c7169308f976965b6d10..fc727903530d55d5d3f903a8213c7cb8a3273c7a:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 4464505981..dec17ece07 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -93,6 +93,7 @@ typedef void (*smx_creation_func_t) ( /* process */ smx_process_t*, /* code */ xbt_main_func_t, /* userdata */ void*, /* hostname */ const char*, + /* kill_time */ double, /* argc */ int, /* argv */ char**, /* props */ xbt_dict_t); @@ -307,6 +308,7 @@ XBT_PUBLIC(void) simcall_process_create(smx_process_t *process, xbt_main_func_t code, void *data, const char *hostname, + double kill_time, int argc, char **argv, xbt_dict_t properties);