Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move iwannadie from processes to contextes back
[simgrid.git] / include / simix / context.h
index 1a10dc3..7b2c796 100644 (file)
@@ -72,6 +72,7 @@ typedef struct s_smx_context {
   int argc;
   char **argv;
   void_pfn_smxprocess_t cleanup_func;
+  int iwannadie:1;
   void *data;   /* Here SIMIX stores the smx_process_t containing the context */
 } s_smx_ctx_base_t;