Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Abide by both compiler warnings
[simgrid.git] / src / mc / explo / LivenessChecker.hpp
index 50307ca..532f639 100644 (file)
@@ -45,7 +45,8 @@ public:
   int actor_count_;
 
   VisitedPair(int pair_num, xbt_automaton_state_t prop_state,
-              std::shared_ptr<const std::vector<int>> atomic_propositions, std::shared_ptr<State> app_state);
+              std::shared_ptr<const std::vector<int>> atomic_propositions, std::shared_ptr<State> app_state,
+              RemoteApp& remote_app);
 };
 
 class XBT_PRIVATE LivenessChecker : public Exploration {
@@ -100,7 +101,8 @@ public:
   void set_property_automaton(xbt_automaton_state_t const& automaton_state) const;
   xbt_automaton_exp_label_t get_automaton_transition_label(xbt_dynar_t const& dynar, int index) const;
   xbt_automaton_state_t get_automaton_transition_dst(xbt_dynar_t const& dynar, int index) const;
-  static void automaton_register_symbol(RemoteProcess const& remote_process, const char* name, RemotePtr<int> addr);
+  static void automaton_register_symbol(RemoteProcessMemory const& remote_process, const char* name,
+                                        RemotePtr<int> addr);
 };
 
 } // namespace simgrid::mc