Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark functions as "const" (sonar).
[simgrid.git] / src / mc / remote / CheckerSide.cpp
index 0b543d5..7e71fe1 100644 (file)
@@ -287,7 +287,7 @@ void CheckerSide::finalize(bool terminate_asap)
              (int)answer.type, (int)MessageType::FINALIZE_REPLY);
 }
 
-void CheckerSide::dispatch_events()
+void CheckerSide::dispatch_events() const
 {
   event_base_dispatch(base_.get());
 }