Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free all fields for file.
[simgrid.git] / include / msg / datatypes.h
index d898c4d..fc63fc4 100644 (file)
@@ -110,7 +110,7 @@ extern int MSG_FILE_LEVEL;
 typedef struct simdata_file *simdata_file_t;
 
 typedef struct msg_file_priv  {
-  const char *fullname;
+  char *fullname;
   sg_size_t size;
   char* mount_point;
   char* storageId;