Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add xbt_fifo_search(), to search an item with a user-provided comparison function
[simgrid.git] / ChangeLog
index 1c82035..70c634d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,9 @@ SimGrid (3.9) NOT RELEASED; urgency=low
  XBT:
  * Kill synchronized dynars, and xbt_dynar_dopar(). We cannot think of a
    usecase where it's really mandatory, and maintaining it was a pain in
-   our codebase.
+   our codebase.   
+ * New: xbt_fifo_search(), search an item with a user-provided
+   comparison function instead of dumb pointer comparison.
 
  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>