Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding debug informations.
[simgrid.git] / src / xbt / context_private.h
index 3864978..820dc66 100644 (file)
@@ -49,6 +49,7 @@ typedef struct s_xbt_context
        void_f_pvoid_t *cleanup_func;
        void *cleanup_arg;
        ex_ctx_t *exception;            /* exception                        */
+       int iwannadie;
 } s_xbt_context_t;