X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/005cf0f71b3817a9e93de0b0c3bd92f216ef5c7f..15fbb723e6b55e15e57c04d798409b19a18df9aa:/include/simix/context.h diff --git a/include/simix/context.h b/include/simix/context.h index 1a10dc34cb..c4af0a8160 100644 --- a/include/simix/context.h +++ b/include/simix/context.h @@ -11,7 +11,6 @@ #include "xbt/swag.h" #include "simix/datatypes.h" -#include "simix/context.h" SG_BEGIN_DECL() /******************************** Context *************************************/ @@ -72,6 +71,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;