X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f49bed060ade0139f627e0eb52ce08e12635e6f2..c633850c450067d7d5f6d4b6e1b93e14e76b29eb:/include/simgrid/s4u/File.hpp diff --git a/include/simgrid/s4u/File.hpp b/include/simgrid/s4u/File.hpp index 27dbf56a79..75050dd680 100644 --- a/include/simgrid/s4u/File.hpp +++ b/include/simgrid/s4u/File.hpp @@ -76,10 +76,10 @@ public: int desc_id = 0; private: - sg_host_t host_ = nullptr; smx_file_t pimpl_ = nullptr; const char* path_ = nullptr; void* userdata_ = nullptr; + sg_host_t host_ = nullptr; }; } } // namespace simgrid::s4u