Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce a simcall_blocking(), and improve the comments
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index 2713a56..81a710a 100644 (file)
@@ -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();
 };