X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2513cd9f5055a6a62a7066685e7fca786bcf1966..509011eb42cd0e53ed6e227416319be7d64fba6f:/src/simix/BoostContext.hpp?ds=sidebyside 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_;