Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Catch more specific exceptions.
[simgrid.git] / src / mc / remote / CheckerSide.hpp
index a720a9c54c5008bd5bb843223fb94344d741ac5f..c45602a35a7748b38e45d134335ccc4690c3a58f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -35,8 +35,8 @@ public:
   Channel& get_channel() { return channel_; }
 
   void start(void (*handler)(int, short, void*), ModelChecker* mc);
-  void dispatch();
-  void break_loop();
+  void dispatch() const;
+  void break_loop() const;
 };
 
 } // namespace mc