X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..d89ca681772fdaafdd69049d4d66676a4e98de38:/src/mc/remote/AppSide.hpp diff --git a/src/mc/remote/AppSide.hpp b/src/mc/remote/AppSide.hpp index d159af90fa..641ceae1bf 100644 --- a/src/mc/remote/AppSide.hpp +++ b/src/mc/remote/AppSide.hpp @@ -1,6 +1,6 @@ /* mc::remote::AppSide: the Application-side of the channel */ -/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -31,8 +31,7 @@ public: private: void handle_deadlock_check(const s_mc_message_t* msg) const; - void handle_continue(const s_mc_message_t* msg) const; - void handle_simcall(const s_mc_message_simcall_handle_t* message) 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; public: