X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4acd34fe7a34635a19f994d234515a448374a901..d68dcbd4cd142d73e90ab9376c34a435c10e1dc6:/src/smpi/internals/smpi_global.cpp diff --git a/src/smpi/internals/smpi_global.cpp b/src/smpi/internals/smpi_global.cpp index ebf13d8d52..de0b17cdda 100644 --- a/src/smpi/internals/smpi_global.cpp +++ b/src/smpi/internals/smpi_global.cpp @@ -96,7 +96,7 @@ simgrid::smpi::Process* smpi_process() ActorPtr me = Actor::self(); if (me == nullptr) // This happens sometimes (eg, when linking against NS3 because it pulls openMPI...) return nullptr; - simgrid::msg::ActorExt* msgExt = static_cast(me->getImpl()->userdata); + simgrid::msg::ActorExt* msgExt = static_cast(me->get_impl()->userdata); return static_cast(msgExt->data); }