X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..6a20b94eaec32fb5224c18d21e141bef70da15d8:/src/simix/BoostContext.hpp diff --git a/src/simix/BoostContext.hpp b/src/simix/BoostContext.hpp index c2df0d11d5..62b6066b57 100644 --- a/src/simix/BoostContext.hpp +++ b/src/simix/BoostContext.hpp @@ -36,7 +36,7 @@ protected: // static static unsigned long process_index_; static BoostContext* maestro_context_; protected: -#if HAVE_BOOST_CONTEXT == 1 +#if HAVE_BOOST_CONTEXTS == 1 boost::context::fcontext_t* fc_ = nullptr; #else boost::context::fcontext_t fc_;