]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/AppSide.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Resize(0) is redundant.
[simgrid.git] / src / mc / remote / AppSide.hpp
index d159af90fa17899337c5467810c12e0322304e46..9d5b53c9ec7265ad04a444badcdfbaf20ff002f8 100644 (file)
@@ -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-2021. 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_handle_t* message) const;
   void handle_actor_enabled(const s_mc_message_actor_enabled_t* msg) const;
 
 public: