X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/80b0dab1bd7ba4a54252a45cba41e33991e9f6ff..f0534a5e2af72c36c12d55f7ea323040e6e9bf36:/src/mc/remote/AppSide.hpp diff --git a/src/mc/remote/AppSide.hpp b/src/mc/remote/AppSide.hpp index 03ed138509..3941ffae0c 100644 --- a/src/mc/remote/AppSide.hpp +++ b/src/mc/remote/AppSide.hpp @@ -34,7 +34,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_finalize(const s_mc_message_int_t* msg) const; - void handle_fork(const s_mc_message_int_t* msg); + void handle_fork(const s_mc_message_fork_t* msg); void handle_wait_child(const s_mc_message_int_t* msg); void handle_need_meminfo(); void handle_actors_status() const;