Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move model-checker message processing logic in its own method
[simgrid.git] / src / mc / mc_server.h
index f5457e1..1358a2f 100644 (file)
@@ -17,7 +17,7 @@
 #include <xbt/misc.h>
 #include <xbt/base.h>
  
-#include "mc/Process.hpp"
+#include "src/mc/Process.hpp"
 #include "mc_exit.h"
 
 SG_BEGIN_DECL()
@@ -50,7 +50,8 @@ public:
   void resume(simgrid::mc::Process* process);
   void loop();
   bool handle_events();
-protected:
+private:
+  bool handle_message(char* buffer, ssize_t size);
   void handle_signals();
   void handle_waitpid();
   void on_signal(const struct signalfd_siginfo* info);