X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6becb881662ecf9255343f99967cedf88481f245..da2e6432ce1b2e6a3d01cbd0ba037e8f31a18550:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index 7a4a180919..15620bb58e 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -75,8 +75,8 @@ static void parse_process_finalize(void) /*the props */ current_property_set); else - process = SIMIX_process_create(parse_argv[0], parse_code, NULL, parse_host, parse_argc, parse_argv, /*the props */ - current_property_set); + process = SIMIX_req_process_create(parse_argv[0], parse_code, NULL, parse_host, parse_argc, parse_argv, /*the props */ + current_property_set); /* verify if process has been created (won't be the case if the host is currently dead, but that's fine) */ if (!process) { xbt_free(parse_host);