X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bbb7b80f8d91bead5b4692a56868ee0af13fa924..9e74a8baa9c785f592bf0694e43cc3fba79e3f17:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index bd2ced126a..760a2d89e4 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,7 +138,7 @@ typedef xbt_dictelm_t msg_storage_t; typedef s_xbt_dictelm_t s_msg_storage_t; typedef struct msg_storage_priv { - const char *host; + const char *hostname; void *data; } s_msg_storage_priv_t, *msg_storage_priv_t;