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

Public GIT Repository
Fix MC
[simgrid.git] / src / mc / Checker.hpp
index 8f7e0cc2e6f70dc9822d85bba26f190cf597f051..70a9031b86e7fc16c352974ce76b169f40aecdba 100644 (file)
@@ -21,7 +21,7 @@ namespace mc {
 /** A model-checking algorithm
  *
  *  The goal is to move the data/state/configuration of a model-checking
- *  algorihms in subclasses. Implementing this interface will probably
+ *  algorithms in subclasses. Implementing this interface will probably
  *  not be really mandatory, you might be able to write your
  *  model-checking algorithm as plain imperative code instead.
  *
@@ -48,6 +48,7 @@ public:
    */
   virtual RecordTrace getRecordTrace();
   virtual std::vector<std::string> getTextualTrace();
+  virtual void logState();
 
 protected:
   Session& getSession() { return *session_; }