Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into disk
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 16c5ffe..45038bc 100644 (file)
@@ -116,6 +116,9 @@ 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;
 
   /** Get an associative list [mount point]->[Storage] of all local mount points.
@@ -158,6 +161,4 @@ public:
 } // namespace s4u
 } // namespace simgrid
 
-extern int USER_HOST_LEVEL;
-
 #endif /* SIMGRID_S4U_HOST_HPP */