Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change way disks are managed in the XML parsing
[simgrid.git] / src / surf / HostImpl.hpp
index 1601eca..6ac9e5a 100644 (file)
@@ -64,7 +64,6 @@ public:
   void destroy(); // Must be called instead of the destructor
 
   std::vector<s4u::Disk*> get_disks() const;
-  HostImpl* set_disks(const std::vector<kernel::resource::DiskImpl*>& disks);
   s4u::Disk* create_disk(const std::string& name, double read_bandwidth, double write_bandwidth);
   void add_disk(const s4u::Disk* disk);
   void remove_disk(const std::string& disk_name);