Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize code (and fix message).
[simgrid.git] / src / mc / mc_smx.cpp
index c270a90ec14ed5f953ef0e9a1280fe809cf4d718..7191cb400136107d24c270e048285a49d60bacc3 100644 (file)
@@ -96,7 +96,7 @@ void RemoteClient::refresh_simix()
  *  @param process the MCed process
  *  @param req     the simcall (copied in the local process)
  */
-smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall_t const* req)
+smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall const* req)
 {
   xbt_assert(mc_model_checker != nullptr);