Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the checker_side_ from the ModelChecker to the RemoteApp
[simgrid.git] / src / mc / remote / CheckerSide.hpp
index c4355cea17d6df597dc54f172af7b75a4d9a381b..725ab093e77f9f8941d436d4db70ba26979d879f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2023. 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. */
@@ -33,7 +33,7 @@ public:
   Channel const& get_channel() const { return channel_; }
   Channel& get_channel() { return channel_; }
 
-  void start(void (*handler)(int, short, void*), ModelChecker* mc);
+  void start(void (*handler_sock)(int, short, void*), void (*handler_sig)(int, short, void*), ModelChecker* mc);
   void dispatch() const;
   void break_loop() const;
 };