X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/772fbe2c6395ac920d8e7907dc39749d458f02b6..40616078da72e823931c1fb884949054699ec39d:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 3cf0989c73..6180248601 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -73,7 +73,7 @@ public: virtual xbt_dict_t getMountedStorageList(); /** @brief Get the xbt_dynar_t of storages attached to the Host */ - virtual xbt_dynar_t getAttachedStorageList(); + virtual void getAttachedStorageList(std::vector* storages); /** * @brief Open a file @@ -173,7 +173,7 @@ public: */ virtual int fileMove(surf_file_t fd, const char* fullpath); - xbt_dynar_t storage_ = nullptr; + std::vector storage_; simgrid::s4u::Host* piface_ = nullptr; simgrid::s4u::Host* getHost() { return piface_; }