Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Rename SafetyChecker::is_exploration_stack_state() into checkNonDeterminism()
[simgrid.git] / src / mc / SafetyChecker.hpp
index b2aa138..0bc502d 100644 (file)
@@ -26,7 +26,7 @@ public:
 private:
   // Temp
   void init();
-  bool is_exploration_stack_state(simgrid::mc::State* current_state);
+  bool checkNonDeterminism(simgrid::mc::State* current_state);
 private:
   /** Stack representing the position in the exploration graph */
   std::list<simgrid::mc::State*> stack_;