X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6ae756243a8eef1f2180a8ab47b08b906d6a4b8..845aa4a50e13e78aed91e159a02dab87c02be9d7:/src/plugins/file_system/FileSystem.hpp diff --git a/src/plugins/file_system/FileSystem.hpp b/src/plugins/file_system/FileSystem.hpp index 7711c272e8..6af95aaa09 100644 --- a/src/plugins/file_system/FileSystem.hpp +++ b/src/plugins/file_system/FileSystem.hpp @@ -68,7 +68,7 @@ private: void* userdata_ = nullptr; }; -class FileSystemStorageExt { +XBT_PUBLIC_CLASS FileSystemStorageExt { public: static simgrid::xbt::Extension EXTENSION_ID; explicit FileSystemStorageExt(Storage* ptr);