Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the trace library and fixed a few source of potential bugs in heap.
[simgrid.git] / include / xbt / misc.h
index be295b5..f4f2d36 100644 (file)
@@ -44,6 +44,10 @@ typedef struct {
    int port;
 } xbt_host_t;
 
+/* pointer to a function freeing something */
+typedef   void (void_f_ppvoid_t)(void**);
+typedef   void (void_f_pvoid_t) (void*);
+
 END_DECL
 
 #endif /* XBT_MISC_H */