X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a21edf0ad00eee185ec492e9bbf094901fa25fe..3962a9c26474fb94222c01ccb6f1dc38d8d6cb54:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 53905bf28d..80fcffd384 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -137,19 +137,9 @@ extern int MSG_STORAGE_LEVEL; typedef xbt_dictelm_t msg_storage_t; typedef s_xbt_dictelm_t s_msg_storage_t; -typedef struct msg_storage_priv /* { - TODO PV: fill it (or not) ! -} */ s_msg_storage_priv_t, *msg_storage_priv_t; - -//typedef struct simdata_storage *simdata_storage_t; -// -//typedef struct msg_storage { -// char *name; -// simdata_storage_t simdata; /**< @brief simulator data */ -// void *data; /**< @brief user data */ -//} s_msg_storage_t; -// -//typedef struct msg_storage *msg_storage_t; +typedef struct msg_storage_priv { + // TODO PV: fill it (or not) ! +} s_msg_storage_priv_t, *msg_storage_priv_t; /*************** Begin GPU ***************/ typedef struct simdata_gpu_task *simdata_gpu_task_t;