Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move iwannadie from processes to contextes back
[simgrid.git] / src / simix / process_private.h
index 3641d74..ad98fa4 100644 (file)
@@ -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;