]> AND Public Git Repository - simgrid.git/blobdiff - src/simdag/private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate the parser files with flexml 1.9.3 (thx agier for the patch)
[simgrid.git] / src / simdag / private.h
index 61ba759bbb4cd5278b6f53360c43c68cee437f2e..db39ef461c20bac759724ed8c6cce1aff9e51184 100644 (file)
@@ -75,6 +75,7 @@ typedef struct SD_task {
   char *name;
   int kind;
   double amount;
+  double alpha;          /* used by typed parallel tasks */
   double remains;
   double start_time;
   double finish_time;