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 287bf896dfc44ba73f1c8fbec4f062fe0bbc4362..725ab093e77f9f8941d436d4db70ba26979d879f 100644 (file)
@@ -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;
 };