Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Move actions by the current actor in the this_actor namespace
[simgrid.git] / include / simgrid / s4u / file.hpp
index 90d0915..0e97633 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SIMGRID_S4U_FILE_HPP
 #define SIMGRID_S4U_FILE_HPP
 
-#include <boost/unordered_map.hpp>
 #include <vector>
 
 #include <xbt/base.h>
@@ -30,7 +29,7 @@ public:
   File(const char *fullpath, void* userdata);
   ~File();
 private:
-  smx_file_t inferior_;
+  smx_file_t pimpl_;
   const char *path_;
 
 public: