X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9f0b6f33ed2290b8f99ca0d34646e6418dcd0ba..725184f3bce66a3eff87cc3a01e5d96477a5d28a:/src/xbt/heap_private.h?ds=sidebyside diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 72389dc602..bcd3ce9028 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -8,7 +8,7 @@ #ifndef _XBT_HEAP_PRIVATE_H #define _XBT_HEAP_PRIVATE_H -#include "xbt/dynar.h" /* void_f_pvoid_t */ +#include "xbt/dynar.h" /* void_f_pvoid_t */ #include "xbt/heap.h" typedef struct xbt_heapItem { @@ -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 @@ -33,4 +33,4 @@ typedef struct xbt_heap { static void xbt_heap_maxHeapify(xbt_heap_t H); static void xbt_heap_increaseKey(xbt_heap_t H, int i); -#endif /* _XBT_HEAP_PRIVATE_H */ +#endif /* _XBT_HEAP_PRIVATE_H */