Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG: add a function to register a task copy callback
[simgrid.git] / include / msg / datatypes.h
index 1954c7d..1d02d0a 100644 (file)
@@ -131,9 +131,10 @@ typedef enum {
   MSG_HOST_FAILURE = 4,       /**< @brief System shutdown. The host on which you are
       running has just been rebooted. Free your datastructures and
       return now !*/
-  MSG_TASK_CANCELLED = 8,     /**< @brief Canceled task. This task has been canceled by somebody!*/
+  MSG_TASK_CANCELED = 8,     /**< @brief Canceled task. This task has been canceled by somebody!*/
 } MSG_error_t;
 /** @} */
 
+
 SG_END_DECL()
 #endif