X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/221538a27f21e52c182ae7fcc08c78c1175395b9..56d873227b0d9a0254e04f63eaf6d76efdb0ef19:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 53a9f1aaed..40fa48b682 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -6,6 +6,7 @@ #ifndef SIMDAG_DATATYPES_H #define SIMDAG_DATATYPES_H +#include "xbt/dict.h" /** @brief Workstation datatype @ingroup SD_datatypes_management @@ -15,7 +16,7 @@ resource with computing capabilities and has a name. @see SD_workstation_management */ -typedef struct SD_workstation *SD_workstation_t; +typedef xbt_dictelm_t SD_workstation_t; /** @brief Workstation access mode @ingroup SD_datatypes_management