Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't compute the dependencies locally in the checker, but through the observers...
[simgrid.git] / src / mc / checker / UdporChecker.hpp
index 1b61be72777e0e9b7ca29edd5131d8c1aa2a0dba..514c7f476a2dc9c89cf0f31a053706b04e58acd7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team.
+/* Copyright (c) 2007-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -14,19 +14,15 @@ namespace simgrid {
 namespace mc {
 
 class XBT_PRIVATE UdporChecker : public Checker {
-
 public:
-  explicit UdporChecker();
-  ~UdporChecker() override = default;
+  explicit UdporChecker(Session* session);
   void run() override;
   RecordTrace get_record_trace() override;
   std::vector<std::string> get_textual_trace() override;
   void log_state() override;
-
-  
 };
 
 } // namespace mc
 } // namespace simgrid
 
-#endif
\ No newline at end of file
+#endif