Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disks do not need this
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 16c5ffe..e28a95b 100644 (file)
@@ -116,6 +116,7 @@ public:
   int get_pstate() const;
 
   std::vector<Disk*> get_disks() const;
+
   std::vector<const char*> get_attached_storages() const;
 
   /** Get an associative list [mount point]->[Storage] of all local mount points.