X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6e308f66a2689e0ac94c51c00e81e44be81923a..f03991ac727cda8b10a5ee24de5f2e8aa40cab2d:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 01b272afc9..7634fad865 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -78,7 +78,7 @@ typedef enum { @see SD_task_management */ typedef enum { - /* leave 0 for "not typed" */ + SD_TASK_NOT_TYPED = 0, /**< @no specified type */ SD_TASK_COMM_E2E = 1, /**< @brief end to end communication */ SD_TASK_COMP_SEQ = 2, /**< @brief sequential computation */ } e_SD_task_kind_t;