Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move some stuff unrelated to dynar out of dynar.h (into misc.h until I find a better...
[simgrid.git] / include / xbt / misc.h
index 2842868..a4fa1b5 100644 (file)
@@ -84,6 +84,11 @@ typedef struct {
 
 const char *xbt_procname(void);
 
+   /** \brief Pointer to a function freeing a pointed data */
+   typedef void (void_f_ppvoid_t)(void**);
+   /** \brief Pointer to a function freeing some data */
+   typedef   void (void_f_pvoid_t) (void*);
+
 SG_END_DECL()
 
 #endif /* XBT_MISC_H */