X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20725839bfdac54bf58497e0c34705ba37f19265..27f768c6fbe663c6de000473c44a61222b77d481:/src/mc/mc_xbt.hpp diff --git a/src/mc/mc_xbt.hpp b/src/mc/mc_xbt.hpp index 4640bfff9e..1d9a58153e 100644 --- a/src/mc/mc_xbt.hpp +++ b/src/mc/mc_xbt.hpp @@ -9,18 +9,18 @@ #include -#include +#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); } }