X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53a14aeab09f8bcb214091691ef23b736e68e945..6ccd57a953c53876aaa887293d2e580043010178:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index d0a7265121..8a18c5ce67 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -22,18 +22,10 @@ typedef struct s_mount { char *name; } s_mount_t, *mount_t; -typedef struct s_file_info { - size_t size; - char* mount_point; - char* storageId; - char* content_type; -} s_file_info_t, *surf_file_info_t; - typedef struct surf_file { char *name; char *mount; size_t size; - surf_file_info_t info; } s_surf_file_t; typedef struct surf_storage {