X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..2e60fe3cfd5cf5305888fcca0ae19700d808bb23:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index a016e98e45..f9b30e04bd 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -28,13 +28,11 @@ class RawContext : public SwappedContext { public: RawContext(std::function&& code, actor::ActorImpl* actor, SwappedContextFactory* factory); - void swap_into(SwappedContext* to) override; - private: /** pointer to top the stack stack */ void* stack_top_ = nullptr; - static void wrapper(RawContext* context); + void swap_into_for_real(SwappedContext* to) override; }; class RawContextFactory : public SwappedContextFactory {