Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't free scheduling data of typed tasks
[simgrid.git] / include / simdag / datatypes.h
index 01b272a..7634fad 100644 (file)
@@ -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;