Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I probably had been drinking too much the day I have written this command... Sorry...
[simgrid.git] / src / xbt / context_private.h
index 57330ca..dde53e7 100644 (file)
@@ -23,6 +23,10 @@ typedef struct s_xbt_context {
   int argc;
   char **argv;
   struct s_xbt_context *save;
   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 */
 } s_xbt_context_t;
 
 #endif              /* _XBT_CONTEXT_PRIVATE_H */