Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prepare the NEWS file for next release
[simgrid.git] / include / simdag / datatypes.h
index 961e1fed6da404315338273a0dc3f3919b084f33..6b77dfaa8056e62aaa6d2bd453ff26346b2f8fe4 100644 (file)
@@ -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;