X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87f40446646326cb07fe9d8f15034826c2fa9d19..3f17e7a2d9e727cf8ba2da354280f3afd329c8a6:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 90560351bb..391f469f1b 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -27,7 +27,8 @@ typedef struct SD_link *SD_link_t; A task is some computing amount that can be executed in parallel on several workstations. A task may depend on other tasks, this means that the task cannot start until the other tasks are done. - Each task has a \ref e_SD_task_state_t "state" indicating whether the task is scheduled, running, done, etc. + Each task has a \ref e_SD_task_state_t "state" indicating whether + the task is scheduled, running, done, etc. @see SD_task_management */ typedef struct SD_task *SD_task_t;