X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2ae9283d896f8581020b2357fd2706d68ce9ede..afa62e573131c8a346d4703b58037ee1ff80e69e:/src/kernel/actor/ActorImpl.hpp diff --git a/src/kernel/actor/ActorImpl.hpp b/src/kernel/actor/ActorImpl.hpp index 2713a5659d..81a710a7a5 100644 --- a/src/kernel/actor/ActorImpl.hpp +++ b/src/kernel/actor/ActorImpl.hpp @@ -132,7 +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 */ + /** Terminates a simcall currently executed in maestro context. The actor will be restarted in the next scheduling + * round */ void simcall_answer(); };