X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bcc535c4ec070e4e7585736117c3115c54c11510..1ca81fc277d3274d398224de56f34427161de314:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index daf38412b7..791b13500f 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(std::string disk_name); + /** @brief Get the vector of storages (by names) attached to the Host */ virtual std::vector get_attached_storages();