X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2b930ee430830d0be797be083a0bdd124778e7f..9a7c6c8f75db930814b5ca356795f8ff2347c5d7:/src/simix/smurf_private.h diff --git a/src/simix/smurf_private.h b/src/simix/smurf_private.h index 5f7dcb407e..972c6bc392 100644 --- a/src/simix/smurf_private.h +++ b/src/simix/smurf_private.h @@ -213,6 +213,7 @@ typedef struct s_smx_req { } host_execution_wait; struct { + smx_process_t *process; const char *name; xbt_main_func_t code; void *data; @@ -220,7 +221,6 @@ typedef struct s_smx_req { int argc; char **argv; xbt_dict_t properties; - smx_process_t result; } process_create; struct {