X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..e1459ae1f3ca27cf74f3592980445151049defd1:/src/mc/mc_xbt.hpp diff --git a/src/mc/mc_xbt.hpp b/src/mc/mc_xbt.hpp index cc23b1aca0..1d9a58153e 100644 --- a/src/mc/mc_xbt.hpp +++ b/src/mc/mc_xbt.hpp @@ -11,16 +11,16 @@ #include -#include "src/mc/remote_ptr.hpp" +#include "src/mc/RemotePtr.hpp" #include "src/mc/AddressSpace.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); } }