Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert SIMIX_simcall_answer() into ActorImpl::simcall_answer()
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index 54a67c6..2713a56 100644 (file)
@@ -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 {