]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/checker/CommunicationDeterminismChecker.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move check from checker side to app. side.
[simgrid.git] / src / mc / checker / CommunicationDeterminismChecker.hpp
index 38cbc941aabd7747a5fdd0ff0487e8f53a4304b2..ca9f6948fdb49a938a703768e744ffe89f8b155e 100644 (file)
@@ -35,7 +35,7 @@ private:
 public:
   // These are used by functions which should be moved in CommunicationDeterminismChecker:
   void get_comm_pattern(smx_simcall_t request, CallType call_type, int backtracking);
-  void complete_comm_pattern(const kernel::activity::CommImpl* comm_addr, aid_t issuer, int backtracking);
+  void complete_comm_pattern(RemotePtr<kernel::activity::CommImpl> const& comm_addr, aid_t issuer, int backtracking);
 
 private:
   /** Stack representing the position in the exploration graph */