X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..080e391e51390f2739098295d391680e05a6ca93:/src/kernel/context/ContextSwapped.cpp diff --git a/src/kernel/context/ContextSwapped.cpp b/src/kernel/context/ContextSwapped.cpp index a270f90fc0..b550205e99 100644 --- a/src/kernel/context/ContextSwapped.cpp +++ b/src/kernel/context/ContextSwapped.cpp @@ -140,6 +140,11 @@ void SwappedContext::set_maestro(SwappedContext* ctx) factory_->workers_context_[0] = ctx; } +void* SwappedContext::get_stack() +{ + return stack_; +} + void SwappedContext::stop() { Context::stop();