X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a79499977cb9778f06ee95abdc7e3a2202ed5e0..f3620187b531484b740c92779b46088c0a5a5273:/src/plugins/file_system/FileSystem.hpp diff --git a/src/plugins/file_system/FileSystem.hpp b/src/plugins/file_system/FileSystem.hpp index 7a75abeff1..6535c3d848 100644 --- a/src/plugins/file_system/FileSystem.hpp +++ b/src/plugins/file_system/FileSystem.hpp @@ -70,7 +70,7 @@ private: void* userdata_ = nullptr; }; -class FileSystemStorageExt { +XBT_PUBLIC_CLASS FileSystemStorageExt { public: static simgrid::xbt::Extension EXTENSION_ID; explicit FileSystemStorageExt(Storage* ptr); @@ -87,7 +87,8 @@ private: sg_size_t size_ = 0; }; -class FileDescriptorHostExt { +XBT_PUBLIC_CLASS FileDescriptorHostExt +{ public: static simgrid::xbt::Extension EXTENSION_ID; FileDescriptorHostExt() = default;