Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allows for mount of remote disks in file system plugin
[simgrid.git] / include / simgrid / s4u / Host.hpp
index e28a95b..cce5c6b 100644 (file)
@@ -116,6 +116,8 @@ public:
   int get_pstate() const;
 
   std::vector<Disk*> get_disks() const;
+  void add_disk(Disk* disk);
+  void remove_disk(std::string disk_name);
 
   std::vector<const char*> get_attached_storages() const;