X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22997c2908133c72109c4938e2b503e20fab81e7..73662a7c0b0d1e462f2b99322183295be3a24a5a:/include/msg/datatypes.h?ds=sidebyside diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index bd2ced126a..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;