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

Public GIT Repository
more cleanups
[simgrid.git] / src / mc / checker / CommunicationDeterminismChecker.hpp
index 01daeee88abcf4c5e90f7308f98a1e14fd9a5231..3d3a91029cbebde682624415bfe4bdf6c78d736d 100644 (file)
@@ -33,7 +33,7 @@ private:
 
 public:
   // These are used by functions which should be moved in CommunicationDeterminismChecker:
-  void get_comm_pattern(smx_simcall_t request, e_mc_call_type_t call_type, int backtracking);
+  void get_comm_pattern(smx_simcall_t request, CallType call_type, int backtracking);
   void complete_comm_pattern(RemotePtr<kernel::activity::CommImpl> comm_addr, unsigned int issuer, int backtracking);
 
 private: