From: Arnaud Giersch Date: Thu, 6 Mar 2014 14:22:35 +0000 (+0100) Subject: SIMIX_process_create returns nothing. X-Git-Tag: v3_11~242^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/749a6d6656fdc1c02032bec7c6dbc450387d4420 SIMIX_process_create returns nothing. --- diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 74a4d26ba3..b71da54ff0 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -211,8 +211,8 @@ void SIMIX_pre_process_create(smx_simcall_t simcall, int argc, char **argv, xbt_dict_t properties, int auto_restart){ - return SIMIX_process_create(process, name, code, data, hostname, - kill_time, argc, argv, properties, auto_restart); + SIMIX_process_create(process, name, code, data, hostname, + kill_time, argc, argv, properties, auto_restart); } /** * \brief Internal function to create a process.