X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f561324441741058a611c6d3fabac107ad9f770b..bf6791256c5865c68a174edc357a64da09652ab1:/src/msg/deployment.c diff --git a/src/msg/deployment.c b/src/msg/deployment.c index 4e05ed1465..b5d903bb51 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -32,7 +32,9 @@ void MSG_launch_application(const char *file) xbt_assert0(msg_global,"MSG_global_init_args has to be called before MSG_launch_application."); SIMIX_function_register_process_create(_MSG_process_create_from_SIMIX); + SIMIX_function_register_process_cleanup(__MSG_process_cleanup); SIMIX_function_register_process_kill(_MSG_process_kill_from_SIMIX); + SIMIX_launch_application(file); return;