X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1386d9951c6653d682ba02d5ed9155485acf4f64..84f0fd4f321ba3d01daf3a6a64d5826008376548:/src/surf/HostImpl.hpp?ds=sidebyside diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index daf38412b7..6583e660af 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -49,6 +49,9 @@ public: virtual ~HostImpl(); std::vector get_disks(); + void add_disk(s4u::Disk* disk); + void remove_disk(const std::string& disk_name); + /** @brief Get the vector of storages (by names) attached to the Host */ virtual std::vector get_attached_storages();