X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07c319ec54d6fc778ee3cc5e75a747242006723e..986fb5fef4507d37b47b9ff8ee5ba5c26e8a5cee:/src/simix/process_private.h?ds=sidebyside diff --git a/src/simix/process_private.h b/src/simix/process_private.h index 3641d745ec..ad98fa49d0 100644 --- a/src/simix/process_private.h +++ b/src/simix/process_private.h @@ -18,7 +18,7 @@ typedef struct s_smx_process { s_xbt_swag_hookup_t synchro_hookup; /* process_to_run or mutex->sleeping and co */ s_xbt_swag_hookup_t host_proc_hookup; s_xbt_swag_hookup_t destroy_hookup; - + unsigned long pid; char *name; /**< @brief process name if any */ smx_host_t smx_host; /* the host on which the process is running */ @@ -27,7 +27,6 @@ typedef struct s_smx_process { int doexception:1; int blocked:1; int suspended:1; - int iwannadie:1; smx_action_t waiting_action; xbt_dict_t properties; smx_req_t request;