X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..4bb593c5dd46c9fa83345dc65903620c917317df:/src/simix/BoostContext.hpp diff --git a/src/simix/BoostContext.hpp b/src/simix/BoostContext.hpp index c2df0d11d5..032e116e91 100644 --- a/src/simix/BoostContext.hpp +++ b/src/simix/BoostContext.hpp @@ -31,12 +31,12 @@ protected: // static static bool parallel_; static xbt_parmap_t parmap_; static std::vector workers_context_; - static unsigned long threads_working_; + static uintptr_t threads_working_; static xbt_os_thread_key_t worker_id_key_; 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_;