]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api/RemoteApp.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a std::vector as an underlying container for backtrack_points, so that maximal_su...
[simgrid.git] / src / mc / api / RemoteApp.hpp
index 82a93db4201bb20b4f66a087e588888f6d80a96a..0773721333112d2e5d77781b3163c74ef2abc7d2 100644 (file)
@@ -57,7 +57,7 @@ public:
   void restore_initial_state();
   void wait_for_requests();
 
-  /** Ask to the application to check for a deadlock. If so, do an error message and throw a DeadlockError. */
+  /** Ask to the application to check for a deadlock. If so, do an error message and throw a McError(DEADLOCK). */
   void check_deadlock() const;
 
   /** Ask the application to run post-mortem analysis, and maybe to stop ASAP */