]> AND Public Git Repository - simgrid.git/blobdiff - src/include/xbt/mmalloc.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use signals a bit more to create tracing stuff
[simgrid.git] / src / include / xbt / mmalloc.h
index ab6ca00e2a6298e990c9178757760647050c2514..54cbd1945aa6214fbbf3090b91e081ca77d5713c 100644 (file)
@@ -27,7 +27,7 @@ SG_BEGIN_DECL()
  * The heap structure itself is an opaque object that shouldnt be messed with.
  */
 typedef struct mdesc s_xbt_mheap_t;
-typedef struct mdesc* xbt_mheap_t;
+typedef s_xbt_mheap_t* xbt_mheap_t;
 
 /* Allocate SIZE bytes of memory (and memset it to 0).  */
 XBT_PUBLIC void* mmalloc(xbt_mheap_t md, size_t size);