Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the RemoteApp a field of the Exploration, and sanitize initialization
[simgrid.git] / src / mc / explo / LivenessChecker.hpp
index 819871fabfe1e232cae136fe8ce067d7f2f10ece..a2a860c483358218c035b8ce24e700512820964b 100644 (file)
@@ -50,7 +50,7 @@ public:
 
 class XBT_PRIVATE LivenessChecker : public Exploration {
 public:
-  explicit LivenessChecker(RemoteApp& remote_app);
+  explicit LivenessChecker(const std::vector<char*>& args);
   virtual ~LivenessChecker();
 
   void run() override;