Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move visited_pairs as a static field of LivenessChecker
[simgrid.git] / src / mc / LivenessChecker.hpp
index 6b2fcbb..6175f02 100644 (file)
@@ -85,6 +85,7 @@ private:
 public: // (non-static wannabe) fields
   static std::list<VisitedPair*> acceptance_pairs;
   static std::list<Pair*> liveness_stack;
+  static xbt_dynar_t visited_pairs;
 };
 
 }