Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename some variales and cosmetics.
[simgrid.git] / include / simdag / datatypes.h
index 8ea69f6..5a9c6a2 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2006, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
 #ifndef SIMDAG_DATATYPES_H
 #define SIMDAG_DATATYPES_H
 
@@ -73,7 +79,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;