Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Use std::string::compare instead of strncmp
[simgrid.git] / src / mc / ModelChecker.hpp
index 95543458ec6b83e1fca88aaa57962dc869bbe358..bb733e3e61750cae66bf189d4064720a0121fb16 100644 (file)
@@ -69,12 +69,8 @@ public:
   void resume(simgrid::mc::RemoteClient& process);
   void loop();
   void handle_events(int fd, short events);
-  void wait_client(simgrid::mc::RemoteClient& process);
+  void wait_for_requests();
   void handle_simcall(Transition const& transition);
-  void wait_for_requests()
-  {
-    mc_model_checker->wait_client(mc_model_checker->process());
-  }
   void exit(int status);
 
   bool checkDeadlock();