X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b08b47dffdb5d884a6f64485d97d985d9d604090..e3d0873d366a64bbdd9aa317ee16df091097d8fb:/src/mc/remote/AppSide.hpp diff --git a/src/mc/remote/AppSide.hpp b/src/mc/remote/AppSide.hpp index 641ceae1bf..10088ea5bd 100644 --- a/src/mc/remote/AppSide.hpp +++ b/src/mc/remote/AppSide.hpp @@ -33,6 +33,7 @@ private: void handle_deadlock_check(const s_mc_message_t* msg) const; void handle_simcall_execute(const s_mc_message_simcall_execute_t* message) const; void handle_actor_enabled(const s_mc_message_actor_enabled_t* msg) const; + void handle_finalize(const s_mc_message_int_t* msg) const; public: Channel const& get_channel() const { return channel_; }