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

Public GIT Repository
Fix host-on-off
[simgrid.git] / include / xbt / heap.h
index e0ddfb8dd388ca06c53814f267d8d95e48561531..dda24d486c1df14a9e4144e53745bda3869a30df 100644 (file)
@@ -27,6 +27,7 @@ XBT_PUBLIC(int) xbt_heap_size(xbt_heap_t H);
 
 XBT_PUBLIC(void) xbt_heap_push(xbt_heap_t H, void *content, double key);
 XBT_PUBLIC(void *) xbt_heap_pop(xbt_heap_t H);
+XBT_PUBLIC(void) xbt_heap_rm_elm(xbt_heap_t H, void *content, double key);
 
 XBT_PUBLIC(double) xbt_heap_maxkey(xbt_heap_t H);
 XBT_PUBLIC(void *) xbt_heap_maxcontent(xbt_heap_t H);