X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1018f7e3823c2997f74674a534cc3f9293d3492..107322c3cf7cb1c0c5836c79c2c8803276afd77f:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index 5edadf8c58..e9bea4bc42 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -51,7 +51,9 @@ class XBT_PUBLIC Context { void declare_context(std::size_t size); public: +#ifndef WIN32 static int install_sigsegv_stack(stack_t* old_stack, bool enable); +#endif Context(std::function&& code, actor::ActorImpl* actor); Context(const Context&) = delete;