X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d5684d9beee690cf3b1346b66ebb7a6429e0660..f3620187b531484b740c92779b46088c0a5a5273:/src/plugins/file_system/FileSystem.hpp?ds=sidebyside diff --git a/src/plugins/file_system/FileSystem.hpp b/src/plugins/file_system/FileSystem.hpp index c54256ec33..6535c3d848 100644 --- a/src/plugins/file_system/FileSystem.hpp +++ b/src/plugins/file_system/FileSystem.hpp @@ -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;