Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new function: MSG_task_get_with_timeout. That should be very convenient to...
[simgrid.git] / include / xbt / heap.h
index 0daea05..377dbf2 100644 (file)
@@ -9,7 +9,11 @@
 #define _XBT_HEAP_H
 
 #include "xbt/misc.h"
+#include "xbt/dynar.h" /* void_f_pvoid_t */
 
+/** \brief Heap data type 
+    \ingroup XBT_heap
+*/
 typedef struct xbt_heap *xbt_heap_t;
 
 xbt_heap_t xbt_heap_new(int num, void_f_pvoid_t free_func);