X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2eea8c848e39c62b9a26ab5440aca4152f367caf..fd7e52924d8d7d01e13459ad8a490672c8ceeacb:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 961e1fed6d..6b77dfaa80 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -82,7 +82,7 @@ typedef enum { typedef enum { SD_TASK_NOT_TYPED = 0, /**< @brief no specified type */ SD_TASK_COMM_E2E = 1, /**< @brief end to end communication */ - SD_TASK_COMP_SEQ = 2, /**< @brief sequential computation */ + SD_TASK_COMP_SEQ = 2 /**< @brief sequential computation */ } e_SD_task_kind_t;