X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4cdae298b5a8f436f8c3ddf4c761529603df71a..6760cb07d6b57be16928d95339d71e57c4e24f36:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 8ea69f6dae..5a9c6a26dc 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -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;