Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar fixes (const, variable shadowing)
[simgrid.git] / src / mc / Session.hpp
index 063b4c1..8185115 100644 (file)
@@ -49,7 +49,7 @@ public:
   void restore_initial_state() const;
 
   /** Ask to the application to check for a deadlock. If so, do an error message and throw a DeadlockError. */
-  void check_deadlock();
+  void check_deadlock() const;
 
   void log_state() const;