X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1fc2db12e159461fa3c6a1fb60a1f8e395e91f8..970c8495eefefffaef85acdf1d6923799d95962a:/src/kernel/actor/ActorImpl.hpp diff --git a/src/kernel/actor/ActorImpl.hpp b/src/kernel/actor/ActorImpl.hpp index 54a67c6a56..2713a5659d 100644 --- a/src/kernel/actor/ActorImpl.hpp +++ b/src/kernel/actor/ActorImpl.hpp @@ -132,6 +132,8 @@ public: /** execute the pending simcall -- must be called from the maestro context */ void simcall_handle(int value); + /** Terminates a simcall currently executed in maestro context */ + void simcall_answer(); }; class ProcessArg {