From: Martin Quinson Date: Tue, 21 Jul 2015 12:50:27 +0000 (+0200) Subject: sanitize the process_create simcall X-Git-Tag: v3_12~447 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3b90b3b5c4a746383ae521e3d2ea8fc931db47cc?ds=inline;hp=3b90b3b5c4a746383ae521e3d2ea8fc931db47cc sanitize the process_create simcall It was receiving a pointer to its result as first parameter, and it now simply returns that result. It could be further improved by returning a smx_process_t instead of a void*, but our simcall mechanism does not seem to allow to cast results. ---