X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df94ee218f091fdb8cf343cde0b6f9be2d46a739..c76dff0228ca1145b553ffc73f0293ac8f8a75d1:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index 8840045f10..febed111d6 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -175,7 +175,7 @@ void simcall_run_object_access(std::function const& code, simgrid::kerne // We only need a simcall if the order of the setters is important (parallel run or MC execution). // Otherwise, just call the function with no simcall - if (simgrid::kernel::context::is_parallel() + if (simgrid::kernel::context::Context::is_parallel() #if SIMGRID_HAVE_MC || MC_is_active() || MC_record_replay_is_active() #endif