Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: checker kindly ask the app whether an actor is enabled instead of reading tons...
[simgrid.git] / src / mc / remote / Client.hpp
index b9059a3..7770b65 100644 (file)
@@ -42,6 +42,7 @@ private:
   void handleContinue(mc_message_t* msg);
   void handleSimcall(s_mc_message_simcall_handle_t* message);
   void handleRestore(s_mc_message_restore_t* msg);
+  void handleActorEnabled(s_mc_message_actor_enabled_t* msg);
 
 public:
   Channel const& getChannel() const { return channel_; }