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 57dbe95c598a8273b0c23bc800d2ffdf28a22875..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
@@ -15,7 +15,7 @@ namespace mc {
 
 class XBT_PRIVATE UdporChecker : public Checker {
 public:
-  explicit UdporChecker();
+  explicit UdporChecker(Session* session);
   void run() override;
   RecordTrace get_record_trace() override;
   std::vector<std::string> get_textual_trace() override;