X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fad7c050587ca9dc0951b77d73e283b1dc9457..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index 7032a3a9cc..56ea0b8e3b 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -108,6 +108,9 @@ void __MSG_process_cleanup(void *arg); void *_MSG_process_create_from_SIMIX(const char *name, xbt_main_func_t code, void *data, char * hostname, int argc, char **argv); +void *_MSG_process_create_with_env_from_SIMIX(const char *name, + xbt_main_func_t code, void *data, + char *hostname, int argc, char **argv, xbt_dict_t properties); void _MSG_process_kill_from_SIMIX(void *p);