Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way a task is considered as ready
[simgrid.git] / src / simdag / private.h
index 9a90996..0d5223e 100644 (file)
@@ -87,6 +87,7 @@ typedef struct SD_task {
   /* dependencies */
   xbt_dynar_t tasks_before;
   xbt_dynar_t tasks_after;
+  unsigned int unsatisfied_dependencies;
 
   /* scheduling parameters (only exist in state SD_SCHEDULED) */
   int workstation_nb;