]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/actor/ActorImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adjust tests after changes in cluster tag
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index aa4ec1b970b07e1b8f6f511746daf037ef29f052..d32bea829f52bbc6c89d0c2479224303f94f24e4 100644 (file)
@@ -71,6 +71,7 @@ public:
   activity::ActivityImplPtr waiting_synchro_ = nullptr; /* the current blocking synchro if any */
   std::list<activity::ActivityImplPtr> activities_;     /* the current non-blocking synchros */
   s_smx_simcall simcall_;
+  std::vector<SimcallObserver*> observer_stack_;
   /* list of functions executed when the process dies */
   std::shared_ptr<std::vector<std::function<void(bool)>>> on_exit =
       std::make_shared<std::vector<std::function<void(bool)>>>();