Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::simcall_get_issuer() in replay()
authorEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 10:46:37 +0000 (11:46 +0100)
committerEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 10:46:37 +0000 (11:46 +0100)
src/mc/checker/LivenessChecker.cpp

index 1cdf83a..6535c86 100644 (file)
@@ -138,7 +138,7 @@ void LivenessChecker::replay()
 
       /* because we got a copy of the executed request, we have to fetch the
          real one, pointed by the request field of the issuer process */
-      const smx_actor_t issuer = MC_smx_simcall_get_issuer(saved_req);
+      const smx_actor_t issuer = mcapi::get().simcall_get_issuer(saved_req);
       req                      = &issuer->simcall_;
 
       /* Debug information */