]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Storage.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct a few a/an.
[simgrid.git] / include / simgrid / s4u / Storage.hpp
index ddf443bbbb289bb7ab02a4fc4a3e2ad4c1cca02b..9d4c46d893f9fe5df58b3c2e683d240d4c66a7b7 100644 (file)
@@ -17,6 +17,9 @@
 #include <unordered_map>
 
 namespace simgrid {
+
+extern template class XBT_PUBLIC xbt::Extendable<s4u::Storage>;
+
 namespace s4u {
 
 /** Storage represent the disk resources, usually associated to a given host
@@ -35,6 +38,7 @@ public:
 
 protected:
   virtual ~Storage() = default;
+
 public:
   /** @brief Callback signal fired when a new Storage is created */
   static xbt::signal<void(Storage&)> on_creation;