X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d7fb52aa1f18cd70a51a6d8913c1a4513fea7ce7..3baaf982217fbc818965e8ed71c3ec91e96844d5:/src/kernel/context/ContextRaw.cpp diff --git a/src/kernel/context/ContextRaw.cpp b/src/kernel/context/ContextRaw.cpp index 3b2906237b..ffffc650d1 100644 --- a/src/kernel/context/ContextRaw.cpp +++ b/src/kernel/context/ContextRaw.cpp @@ -194,9 +194,9 @@ Context* RawContextFactory::create_context(std::function code, void_pfn_ // RawContext -RawContext::RawContext(std::function code, void_pfn_smxprocess_t cleanup, smx_actor_t process, +RawContext::RawContext(std::function code, void_pfn_smxprocess_t cleanup, smx_actor_t actor, SwappedContextFactory* factory) - : SwappedContext(std::move(code), cleanup, process, factory) + : SwappedContext(std::move(code), cleanup, actor, factory) { if (has_code()) { #if PTH_STACKGROWTH == -1