X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/895151199518c0d298bd36eb6839453f8ede4e09..6b0d7da249c3fd6b9ab682bdcdabdf6a26705140:/src/simdag/private.h diff --git a/src/simdag/private.h b/src/simdag/private.h index bd3c2ce45e..1e69f4325a 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -47,6 +47,7 @@ extern SD_global_t sd_global; typedef struct SD_link { void *surf_link; /* surf object */ void *data; /* user data */ + e_SD_link_sharing_policy_t sharing_policy; } s_SD_link_t; /* Workstation */ @@ -73,8 +74,6 @@ typedef struct SD_task { surf_action_t surf_action; unsigned short watch_points; - int state_changed; /* used only by SD_simulate, to make sure we put - the task only once in the returning array */ int fifo_checked; /* used by SD_task_just_done to make sure we evaluate the task only once */