X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..9ad287798b010fb71a233c26966f1ee902e0ee14:/src/simdag/private.h?ds=sidebyside diff --git a/src/simdag/private.h b/src/simdag/private.h index 61ba759bbb..db39ef461c 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -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;