X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce4622d1b74dfc03a26b88d5312520d3ca3736fd..73662a7c0b0d1e462f2b99322183295be3a24a5a:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index fc63fc4731..b76e6c3006 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -110,7 +110,7 @@ extern int MSG_FILE_LEVEL; typedef struct simdata_file *simdata_file_t; typedef struct msg_file_priv { - char *fullname; + char *fullpath; sg_size_t size; char* mount_point; char* storageId; @@ -138,8 +138,8 @@ 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) ! - void * dummy; + const char *host; + void *data; } s_msg_storage_priv_t, *msg_storage_priv_t; static inline msg_storage_priv_t MSG_storage_priv(msg_storage_t storage){