Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless specialized exceptions from simgrid::mc.
[simgrid.git] / src / mc / api / RemoteApp.hpp
index 82a93db..0773721 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 */