Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix test (hate dict) and please sonar
[simgrid.git] / include / simgrid / s4u / File.hpp
index 27dbf56..75050dd 100644 (file)
@@ -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