Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup!
authoreazimi <azimi.ehsan@outlook.com>
Fri, 5 Feb 2021 20:02:27 +0000 (21:02 +0100)
committereazimi <azimi.ehsan@outlook.com>
Fri, 5 Feb 2021 20:02:27 +0000 (21:02 +0100)
src/mc/mc_smx.hpp

index 78566f0..a9a5a30 100644 (file)
  * MCed code.
  */
 
-/** Get the issuer of  a simcall (`req->issuer`)
- *
- *  In split-process mode, it does the black magic necessary to get an address
- *  of a (shallow) copy of the data structure the issuer SIMIX process in the local
- *  address space.
- *
- *  @param process the MCed process
- *  @param req     the simcall (copied in the local process)
- */
-
 XBT_PRIVATE unsigned long MC_smx_get_maxpid();
 
 #endif