Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't call things storage when it's mount
[simgrid.git] / src / surf / storage_private.h
index 1d896f5..41b94c4 100644 (file)
@@ -22,7 +22,7 @@ typedef struct s_mount {
 
 typedef struct surf_file {
   char *name;
-  char *storage;
+  char *mount;
   size_t size;
 } s_surf_file_t;