Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics in HostImpl
[simgrid.git] / include / simgrid / s4u / Host.hpp
index c5d4e09..c67ead8 100644 (file)
@@ -95,6 +95,8 @@ public:
   int getPstatesCount() const;
   void setPstate(int pstate_index);
   int getPstate();
+  std::vector<const char*> get_attached_storages();
+  // XBT_ATTRIB_DEPRECATED_v323("Please use Host::get_attached_storages() instead.")
   void getAttachedStorages(std::vector<const char*> * storages);
 
   /** Get an associative list [mount point]->[Storage] of all local mount points.