X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94ba3e61c1cf68520a2ddc8706aad9da7f54f37e..92ba078919550eaefcf69489ee3a28e42381c786:/src/kernel/context/ContextBoost.hpp?ds=inline diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 90d6cc768c..1a9ae4ee26 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -58,6 +58,7 @@ private: #if HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT const void* asan_stack_ = nullptr; size_t asan_stack_size_ = 0; + BoostContext* asan_ctx_ = nullptr; bool asan_stop_ = false; #endif