X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/256187ac5f830a60ae79f441078c20c32be037b2..986fb5fef4507d37b47b9ff8ee5ba5c26e8a5cee:/include/simix/context.h?ds=sidebyside diff --git a/include/simix/context.h b/include/simix/context.h index 1a10dc34cb..7b2c796c31 100644 --- a/include/simix/context.h +++ b/include/simix/context.h @@ -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;