Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Move include before any code.
[simgrid.git] / doc / doxygen / inside_extending.doc
index 10d38b63b7c1a650c9fc64da673f585324b58d3a..dc0c51e08435b03241ecb31aa883fbbddf3ffcc0 100644 (file)
@@ -138,7 +138,7 @@ The workflow of a simcall is the following:
  - `simcall_BODY_<name>(<args>)`
   - Initializes the simcall (store the arguments in position)
   - If maestro, executes the simcall directly (and return)
-  - If not, call `SIMIX_process_yield` to give back the control to maestro
+  - If not, call `ActorImpl::yield` to give back the control to maestro
   - ========== KERNEL MODE ==========
   - `SIMIX_simcall_handle` large switch (on simcall) doing for each:
    - `simcall_HANDLER_<name>(simcall, <args>)` (the manual code handling the simcall)