X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f3bc1bedb87e982714241309c59180d10d87c94..8fea398a5a9ca83c4e6009daf964d59869388e6c:/src/surf/StorageImpl.hpp diff --git a/src/surf/StorageImpl.hpp b/src/surf/StorageImpl.hpp index fbb744956f..4cfb23ddc6 100644 --- a/src/surf/StorageImpl.hpp +++ b/src/surf/StorageImpl.hpp @@ -223,7 +223,7 @@ public: e_surf_action_storage_type_t type_; StorageImpl* storage_; - surf_file_t file_; + FileImpl* file_; double progress_; }; } @@ -239,11 +239,4 @@ typedef struct s_storage_type { } s_storage_type_t; typedef s_storage_type_t* storage_type_t; -typedef struct surf_file { - char* name; - char* mount; - sg_size_t size; - sg_size_t current_position; -} s_surf_file_t; - #endif /* STORAGE_INTERFACE_HPP_ */