Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
[simgrid.git] / ChangeLog
index 0f3cfdc..0f3775e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,10 +12,10 @@ SimGrid (3.5) unstable; urgency=low
    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 and define a new SD_READY (all
+   scheduled) state in SD_RUNNABLE and define a new SD_SCHEDULABLE (all
    dependencies are satisfied) state. 
    This prevents a confusion between the notion of "ready to schedule"
-   (SD_READY) used in DAG scheduling and that of "ready to be
+   (SD_SCHEDULABLE) used in DAG scheduling and that of "ready to be
    simulated" (SD_RUNNABLE) used by the simulation kernel.
    
  XBT