X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48404c66fc4d8248308db1d1398cb79a6763077e..653ff1ede3a096e1ea209e94f6fe4ec8c5777be7:/include/simdag/datatypes.h diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 40fa48b682..092d30c54d 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -89,4 +89,12 @@ typedef enum { } e_SD_task_kind_t; +/** @brief Storage datatype + @ingroup SD_datatypes_management + + TODO PV: comment it ! + + @see SD_storage_management */ +typedef xbt_dictelm_t SD_storage_t; + #endif