Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Scope the global variables in LivenessChecker
[simgrid.git] / src / mc / LivenessChecker.hpp
index 150cd53..de9458b 100644 (file)
@@ -78,6 +78,9 @@ private:
   void showAcceptanceCycle(std::size_t depth);
   void replay(xbt_fifo_t stack);
   void removeAcceptancePair(int pair_num);
+public: // (non-static wannabe) fields
+  static xbt_dynar_t acceptance_pairs;
+  static xbt_fifo_t liveness_stack;
 };
 
 }