X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7dc2c17f1e4a76b7fc5be51a4cad40354ebeaf2e..d89ca681772fdaafdd69049d4d66676a4e98de38:/src/mc/mc_state.hpp?ds=sidebyside diff --git a/src/mc/mc_state.hpp b/src/mc/mc_state.hpp index 7b40cd83e2..6892324f1d 100644 --- a/src/mc/mc_state.hpp +++ b/src/mc/mc_state.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -27,6 +27,9 @@ public: /** The simcall which was executed, going out of that state */ s_smx_simcall executed_req_; + /** Observer of the transition leading to that sate */ + RemotePtr remote_observer_; + /* Internal translation of the executed_req simcall * * Simcall::COMM_TESTANY is translated to a Simcall::COMM_TEST