X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b06da391942d5b2e2d26f50705c764d402382f17..24ec872003d83bec617dd6aca30aa67bddeadd61:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f44f2268c6..af6817f2c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ SimGrid (3.5) unstable; urgency=low * Change the return type of SD_Simulate from (SD_task_t*) into xbt_dynar_t. This function was in handling a dynar internally and converted it into a NULL terminated array for historical reasons. + * Rename the SD_READY (all dependencies are satisfied and task is + scheduled) state in SD_RUNNABLE. This prevents a confusion with + the notion of "ready" used in DAG scheduling (all dependencies are + satisfied) XBT * New data container: setset (set of sets of elements)