]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/HostImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SplitDuplexLinkImpl always have SharingPolicy::SPLITDUPLEX. Use a sdingle assert...
[simgrid.git] / src / surf / HostImpl.hpp
index 1601eca115598bd8d5037d6718e0bc97f30c1646..6ac9e5af0f2cebaa916c9e7e2de8332d751250c9 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);