X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82e2aa78964d9150810411ce80fa62ab3aa4aaa9..3ae6123aa28d3dd81f94623705f692d0cde6de57:/src/kernel/actor/ActorImpl.cpp diff --git a/src/kernel/actor/ActorImpl.cpp b/src/kernel/actor/ActorImpl.cpp index 8371aaeae5..3aab7633b3 100644 --- a/src/kernel/actor/ActorImpl.cpp +++ b/src/kernel/actor/ActorImpl.cpp @@ -33,7 +33,7 @@ static unsigned long simix_process_maxpid = 0; */ smx_actor_t SIMIX_process_self() { - smx_context_t self_context = simgrid::kernel::context::Context::self(); + simgrid::kernel::context::Context* self_context = simgrid::kernel::context::Context::self(); return (self_context != nullptr) ? self_context->get_actor() : nullptr; }