X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/392c33f9c790418e1f5196d7dbbda5776b50d983..3c81f0e12c0996283144a5fe61cfb4c748928b0b:/src/mc/remote/CheckerSide.hpp diff --git a/src/mc/remote/CheckerSide.hpp b/src/mc/remote/CheckerSide.hpp index a720a9c54c..c45602a35a 100644 --- a/src/mc/remote/CheckerSide.hpp +++ b/src/mc/remote/CheckerSide.hpp @@ -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