Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Let the Checker give us the current trace
[simgrid.git] / src / mc / CommunicationDeterminismChecker.hpp
index 062348d..e04657c 100644 (file)
@@ -19,6 +19,7 @@ public:
   ~CommunicationDeterminismChecker();
   int run() override;
   RecordTrace getRecordTrace() override;
+  std::vector<std::string> getTextualTrace() override;
 private:
   void prepare();
   int main();