X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20725839bfdac54bf58497e0c34705ba37f19265..0e7d247670cc012d8e784d0c8bcbb70a1c0bb9c6:/src/mc/mc_xbt.hpp diff --git a/src/mc/mc_xbt.hpp b/src/mc/mc_xbt.hpp index 4640bfff9e..ed7ea0cd60 100644 --- a/src/mc/mc_xbt.hpp +++ b/src/mc/mc_xbt.hpp @@ -7,20 +7,18 @@ #ifndef SIMGRID_MC_XBT_HPP #define SIMGRID_MC_XBT_HPP -#include +#include "xbt/dynar.h" -#include - -#include "src/mc/remote_ptr.hpp" #include "src/mc/AddressSpace.hpp" +#include "src/mc/remote/RemotePtr.hpp" namespace simgrid { namespace mc { XBT_PRIVATE void read_element(AddressSpace const& as, - void* local, remote_ptr addr, std::size_t i, std::size_t len); + void* local, RemotePtr addr, std::size_t i, std::size_t len); XBT_PRIVATE std::size_t read_length( - AddressSpace const& as, remote_ptr addr); + AddressSpace const& as, RemotePtr addr); } }