Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use storage and not name and type in File
[simgrid.git] / include / simgrid / s4u / File.hpp
index cdc9b97..14b370b 100644 (file)
@@ -59,9 +59,8 @@ public:
   /** Remove a file from disk */
   int unlink();
 
-  std::string storage_type;
-  std::string storageId;
   std::string mount_point;
+  Storage* onStorage;
   int desc_id = 0;
 
 private: