X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9f0b6f33ed2290b8f99ca0d34646e6418dcd0ba..ac953f2bdaf78f9d77ac7e6ea4b3dc82c1e7750b:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 72389dc602..026cbb44d5 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -20,7 +20,7 @@ typedef struct xbt_heap { int size; int count; xbt_heapItem_t items; - void_f_pvoid_t *free; + void_f_pvoid_t free; } s_xbt_heap_t; #define PARENT(i) i/2