X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a34c2f73c871a4fe86820c7be101d1e45af4589e..509afa8dafbfc8a505586e5447a1ed4c76cf0ae3:/src/xbt/context_private.h diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index 57330ca13b..dde53e787b 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -23,6 +23,10 @@ typedef struct s_xbt_context { int argc; char **argv; struct s_xbt_context *save; + void_f_pvoid_t *startup_func; + void *startup_arg; + void_f_pvoid_t *cleanup_func; + void *cleanup_arg; } s_xbt_context_t; #endif /* _XBT_CONTEXT_PRIVATE_H */